facebook_task is a Flutter-based UI challenge that replicates the layout and design of Facebook’s main feed and components.
It focuses on creating a responsive, scrollable user interface with reusable widgets, perfect for practicing Flutter UI skills.
- 🧱 Rebuild of Facebook main feed layout
- 👤 User stories section with horizontal scroll
- 📸 Post cards with images, likes, and comments
- 🔄 Scrollable feed using ListView
- 🎨 Fully responsive design for all screen sizes
- 🌙 Dark mode support (if implemented)
- 🔤 Structured and clean UI components
| Layer | Technology |
|---|---|
| Language | Dart |
| Framework | Flutter |
| State Management | setState / Provider (if used) |
| UI Components | Material Design |
| Tools | Git, GitHub, Android Studio |
- Flutter SDK
- Android Studio or VS Code