A Flower selling app using flutter and firebase
Flower selling app using firebase backend.
⚠️ Add firebase and enable email authentication and firstore database or it won’t work
Don’t know how to do?
- Craete a firebase project no need to enable
Google Analytics
. - Open the project then add a new iOS app.
- Download the
GoogleService-info.plist
and put it insideios/Runner/
- Go to
Authentication
from left panel thenSign-in method
and EnableEmail/Password
- Select
Firestore Database
thencreate database
this will take few clicks then you done. - Go to the rules delete the time validation line and
true
after if. Be aware this will make the database public and you don’t wanna do in production.
allow read, write: if // add here 'true;'
request.time < timestamp.date(2022, 1, 2); // delete this line
Screenshots
|
|
|
|
|
|
Screen recordings
|
|
|
|
|
|
● Sliding Clipped Nav Bar
● Water Drop Nav Bar
● Swipeable Tile
● Loading Animation Widget