real time chat and shopping
real time chat and shopping checklist made with flutter utilizing firebase and cloud firestore as backend.
features
- real time chat with family and friends.
- catagorize shopping tasks by colored grids.
- easily add tasks to shopping list on the go.
packages used
- provider
- firebase core
- firebase auth
- cloud firestore
- flutter svg
- get_it
- flutter material color picker
overview of how it works
- authenticate via email and password managed by firebase auth.
- if successful, log user in and upload user name, email, profile pic, and uid to cloud firestore for safe keeping and easy access.
- to achieve “real time” interactivity, we are heavily utilizing stream and streambuilder everywhere possible.
- streams. streams everywhere.
cloud firestore data structure
installation
install by either sideloading attacked apk file on your android device or by building project from source following steps below.
getting started
check out flutter’s official guide to installing and running flutter.
prerequisites
- download an ide either android studio or vsc
- install flutter sdk and dart plugin
- emulator or physical device
steps
- download this repo to your machine:
https://github.com/khalidwar/yaanyo.git
- run on emulator or physical device
- sign up for an account
- all set!
Comments are closed.