https://github.com/ericwindmill/flutter_app_fast
App used for the Flutter App Fast Firebase talk.
https://github.com/ericwindmill/flutter_app_fast
Last synced: about 2 months ago
JSON representation
App used for the Flutter App Fast Firebase talk.
- Host: GitHub
- URL: https://github.com/ericwindmill/flutter_app_fast
- Owner: ericwindmill
- Created: 2023-04-14T17:36:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T13:38:38.000Z (over 2 years ago)
- Last Synced: 2025-01-17T21:08:01.834Z (over 1 year ago)
- Language: C++
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_app_fast
Codebase for the talk
# Steps
1. Blank slate
2. Project setup (Add deps and flutterfire configure), Link to Firebase, Basic App Structure,
3. Anon Login, Login button, AuthStateChanges listener
4. Add Firebase Query, Message class, and widgets to view messages,
5. Add widgets to post messages