/Restaurant_Home

A Flutter home screen for a restaurant with a clean and modern design.

Primary LanguageDart

Restaurant Home

A Flutter home screen for a restaurant with a clean and modern design.

🌟 Features

  • Gradient header with restaurant name and description
  • Grid view with category tiles for different meal types
  • Floating action button for additional actions
  • Animated bottom navigation bar with custom icons and gradient background

📸 Screenshots

🛠️ Technologies Used

  • Frontend: Flutter, Dart
  • State Management: StatefulWidget
  • Plugins: google_fonts, line_icons, animated_bottom_navigation_bar

📝 Setup Instructions

Follow these steps to set up the project locally:

1. Clone the Repository

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

2. Install Dependencies

flutter pub get

3. Run the Application

flutter run

📄 Project Structure

lib/
├── main.dart
├── screens/
│   ├── home_screen.dart
├── widgets/
│   ├── category_tile.dart
│   └── custom_bottom_navigation_bar.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