Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mo7amedaliebaid/coffee-shop-getx
A Flutter app to display products ,manage orders and sales of a coffee shop.
https://github.com/mo7amedaliebaid/coffee-shop-getx
authentication bindings cart controller dart dependency-injection drawer ecommerce flutter get getx mvc-pattern offline-app searchbar url-launcher
Last synced: 2 months ago
JSON representation
A Flutter app to display products ,manage orders and sales of a coffee shop.
- Host: GitHub
- URL: https://github.com/mo7amedaliebaid/coffee-shop-getx
- Owner: mo7amedaliEbaid
- License: mit
- Created: 2023-05-15T17:14:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-29T01:52:22.000Z (over 1 year ago)
- Last Synced: 2023-09-29T03:47:54.962Z (over 1 year ago)
- Topics: authentication, bindings, cart, controller, dart, dependency-injection, drawer, ecommerce, flutter, get, getx, mvc-pattern, offline-app, searchbar, url-launcher
- Language: Dart
- Homepage:
- Size: 8.04 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Coffee Shop
A Flutter app to display products ,manage orders and sales of a coffee shop, It is based on local database,
Cart and contact us screens are provided...## State Management
- Getx
## Directory Structure
```
📂lib
│───main.dart
│───📂dummy_data
| └──dummy_data.dart
│───📂consts
| │──app_constants.dart
| └──global_constants.dart
│────📂model
| └──drink_model.dart
└────📂view
| │───📂screens
| | |──cart_screen.dart
| | |──auth_screen.dart
| | |──home_screen.dart
| | |──splash_screen.dart
| | |──coffee_screen.dart
| | |──juice_screen.dart
| | |──tea_screen.dart
| | |──order_screen.dart
| | |──search_screen.dart
| | └──contactus_screen.dart
| └───📂widget
| |──cart_item_widget.dart
│ |──drawer_widget.dart
| └──greatday_widget.dart
└────📂controllers
└──📂bindings
| |──auth_binding.dart
| |──cart_binding.dart
| |──coffee_binding.dart
| |──juice_binding.dart
| |──order_binding.dart
| |──search_binding.dart
| |──splash_binding.dart
| └──tea_binding.dart
│───auth_controller.dart
│───cart_controller.dart
│───coffee_controller.dart
│───juice_controller.dart
│───order_controller.dart
│───search_controller.dart
│───splash_controller.dart
└──tea_controller.dart
```## Demo Video
## Download App
## Screenshots
Fore more screen
shots [Here](https://github.com/mo7amedaliEbaid/Coffee-Shop-Getx/blob/58e8d291ea0e70b30fb053c11cef68bbcfd0d74b/coffee_shop_getx/screen_shots)