Skip to content

A Flutter home screen for a furniture shopping app with a clean and modern design.

Notifications You must be signed in to change notification settings

obadaKraishan/Furniture_Home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Furniture Home

A Flutter home screen for a furniture shopping app with a clean and modern design.

🌟 Features

  • 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

📸 Screenshots

🛠️ Technologies Used

  • Frontend: Flutter, Dart
  • State Management: StatefulWidget
  • Plugins: google_fonts, salomon_bottom_bar, carousel_slider, flutter_advanced_drawer

📝 Setup Instructions

Follow these steps to set up the project locally:

1. Clone the Repository

git clone https://github.com/obadaKraishan/Furniture_Home.git
cd Furniture_Home

2. Install Dependencies

flutter pub get

3. Run the Application

flutter run

📄 Project Structure

lib/
├── main.dart
├── screens/
│   ├── home_screen.dart
├── widgets/
│   ├── carousel_slider_widget.dart
│   ├── trending_list_widget.dart
└── theme.dart

🎨 Customization

1. Update Theme

Modify the theme settings in theme.dart to customize the app's look and feel.

2. Update Categories and Content

Adjust the categories and content in lib/screens/home_screen.dart to change the content.

3. Add New Features

Create new features and screens in the lib/screens/ directory and include them in the app's navigation.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

👥 Contributors