Skip to content

ravi84184/flutter_coffee_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Coffee App

A beautiful and modern coffee shop application built with Flutter. This app showcases a clean and intuitive UI design for browsing coffee, beer, wine, and other beverages.

📱 Design Reference

This project is based on the Coffee App UI/UX Design from Figma Community.

✨ Features

  • Modern and clean UI design
  • Responsive layout
  • Custom animations and transitions
  • Category-based filtering
  • Product showcasing
  • Search functionality
  • User profile integration

🛠️ Project Structure

lib/
├── screens/
│   ├── home_screen.dart       # Main home screen with product listings
│   ├── sign_in_screen.dart    # User authentication screen
│   └── sign_up_screen.dart    # New user registration screen
├── widgets/
│   └── custom_widgets.dart    # Reusable UI components
├── models/
│   └── product.dart          # Data models
└── main.dart                 # App entry point

🎯 Sections

  1. Header Section

    • Profile picture
    • Welcome message
    • Search bar with filter
  2. Categories

    • Coffee
    • Beer
    • Wine Bar
    • Events
  3. Product Sections

    • Popular Now (Horizontal scroll)
    • Frozen Beverages (Grid layout)
    • Kava and Bottled Beverages (Horizontal scroll)
  4. Navigation

    • Home
    • Favorites
    • Cart
    • Profile

🎨 Color Scheme

  • Primary Brown: #6B4731
  • Primary Orange: #C67C4E
  • Dark Text: #2F2D2C
  • Light Gray: #F3F3F3
  • White: #FFFFFF

🔤 Typography

The app uses the Gilroy font family with various weights:

  • Regular (400)
  • Medium (500)
  • SemiBold (600)

📦 Dependencies

dependencies:
  flutter:
    sdk: flutter
  cupertino_icons: ^1.0.2
  # Add other dependencies as needed

🚀 Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/flutter_coffee_app.git
  1. Install dependencies:
flutter pub get
  1. Run the app:
flutter run

📱 Screenshots

[Add your app screenshots here]

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

📝 License

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

🙏 Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors