- State Managment with Provider
- MultiProvider with ProxyChangeNotifier
- FireBase
- Email Authentication
- RealTime Databse
- Basic Animation
- Custom Page Transition
- Custom Exception builder
- Managing Data & UI Efficiently
at lib/utils/constants.dart add this two constans line of code
- const BASE_API_REALTIMEdb = your firebase App link.
- const WEB_API_KEY = goto project settings and paste web api key here.
This has been removed for app security purpose. Also described on .gitignore for more.
🔔 Lines are mentioned as TODO & FIXME{
"rules": {
".read": "auth !=null",
".write": "auth !=null",
"products":{
".indexOn":["creatorId"]
}
}
}
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.