Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)