https://github.com/devmnj/flutter-kitchen-cart
A Flutter-Kitchen-Cart moc with Firebase-Firestore backend, the app can support multiple users. Users can add kart items and mark item as finished or remove an item from active cart , the second user can also do the same..
https://github.com/devmnj/flutter-kitchen-cart
firestore firestore-api firestore-collection firestore-crud firestore-database firestore-models flutter flutter-examples
Last synced: 11 months ago
JSON representation
A Flutter-Kitchen-Cart moc with Firebase-Firestore backend, the app can support multiple users. Users can add kart items and mark item as finished or remove an item from active cart , the second user can also do the same..
- Host: GitHub
- URL: https://github.com/devmnj/flutter-kitchen-cart
- Owner: devmnj
- Created: 2020-11-14T16:44:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T15:12:16.000Z (about 5 years ago)
- Last Synced: 2025-01-16T11:38:42.646Z (about 1 year ago)
- Topics: firestore, firestore-api, firestore-collection, firestore-crud, firestore-database, firestore-models, flutter, flutter-examples
- Language: Dart
- Homepage: https://developerm.dev
- Size: 3.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kitchen Cart
A Flutter - Firestore application that will run on Android and iOS. Users can add item to the shopping cart and mark items as finished when purchase complete by *sliding item to right side* also can *remove item by sliding to left*. So the second user can see what shopper guy purchased for him and what else remain on his list. This is a simple live data example.

## IDE and Packages
This project used `Android Studio` for coding and design and also utilized following flutter packages
```
splashscreen:
convex_bottom_bar:
toggle_switch: "^0.1.8"
cool_alert: ^1.0.1
firebase_core: "^0.5.2"
cloud_firestore: "^0.14.3"
get:
```
I hope this project help someone to learn Flutter basics, see more on my blog [developerm.dev]()