Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivansaul/flutter_coffee_shop_app
A simple multiplatform application made with Flutter, this app offers a seamless and visually appealing coffee shopping experience on both iOS and Android devices.
https://github.com/ivansaul/flutter_coffee_shop_app
flutter flutter-app flutter-apps flutter-demo flutter-examples flutter-ui ui
Last synced: about 1 month ago
JSON representation
A simple multiplatform application made with Flutter, this app offers a seamless and visually appealing coffee shopping experience on both iOS and Android devices.
- Host: GitHub
- URL: https://github.com/ivansaul/flutter_coffee_shop_app
- Owner: ivansaul
- Created: 2023-05-13T20:08:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T04:27:00.000Z (over 1 year ago)
- Last Synced: 2024-12-13T22:48:00.275Z (2 months ago)
- Topics: flutter, flutter-app, flutter-apps, flutter-demo, flutter-examples, flutter-ui, ui
- Language: Dart
- Homepage:
- Size: 295 KB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Repo Banner](https://i.imgur.com/AJotJH9.png)
# Flutter Coffee Shop App
A simple multiplatform application. Developed using Flutter, this app offers a seamless and visually appealing coffee shopping experience on both iOS and Android devices.
This project is not completed yet, as soon as possible when it's complete I will update it here. Stay tuned for more exciting updates!
[![Made-with-flutter](https://img.shields.io/badge/Made%20with-Flutter-orange)](https://flutter.dev/)
![GitHub repo size](https://img.shields.io/github/repo-size/ivansaul/flutter_coffee_shop_app)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)### Don't forget to ⭐ the repo
![GitHub stars](https://img.shields.io/github/stars/ivansaul/flutter_coffee_shop_app?style=social)
![GitHub forks](https://img.shields.io/github/forks/ivansaul/flutter_coffee_shop_app?style=social)## Features
- [x] Coffee menu
- [x] Infinite scrolling
- [x] Reviews and ratings
- [x] Order customization
- [x] Introductory screens
- [x] Custom search bar
- [x] Custom Bottom navigation barand much more...
Check it yourself :)## Screenshots
![]()
## Demo
![]()
## Packages we are using:
Package | Usage
------------ | -------------
[google_fonts](https://pub.dev/packages/google_fonts) | A Flutter package to use fonts from fonts.google.com.
[smooth_page_indicator](https://pub.dev/packages/smooth_page_indicator) | Customizable animated page indicator with a set of built-in effects.## Design
- [Figma](https://www.figma.com/community/file/1118287005440855350)
- [Dibbble](https://dribbble.com/shots/15475209-Coffee-Shop-Mobile-Apps-Dark-Mode)## Building from Source
1. If you don't have Flutter SDK installed, please visit official [Flutter](https://flutter.dev/) site.
2. Fetch latest source code from master branch.```
git clone https://github.com/ivansaul/flutter_coffee_shop_app.git
```3. Run the app with Android Studio or VS Code. Or the command line:
```
flutter pub get
flutter run
```## Contribute
Contributions are welcome.
## Facing any Issue?
Feel free to open an Issue :)