A Flutter home screen for a furniture shopping app with a clean and modern design.
- Carousel slider for categories with images
- Grid view with trending furniture items
- Drawer menu with custom icons and white background
- Animated bottom navigation bar with custom icons and white background
- Frontend: Flutter, Dart
- State Management: StatefulWidget
- Plugins: google_fonts, salomon_bottom_bar, carousel_slider, flutter_advanced_drawer
Follow these steps to set up the project locally:
git clone https://github.com/obadaKraishan/Furniture_Home.git
cd Furniture_Home
flutter pub get
flutter run
lib/
├── main.dart
├── screens/
│ ├── home_screen.dart
├── widgets/
│ ├── carousel_slider_widget.dart
│ ├── trending_list_widget.dart
└── theme.dart
Modify the theme settings in theme.dart
to customize the app's look and feel.
Adjust the categories and content in lib/screens/home_screen.dart
to change the content.
Create new features and screens in the lib/screens/
directory and include them in the app's navigation.
This project is licensed under the MIT License - see the LICENSE file for details.