https://github.com/keidsid/edspert_fl_adv
Flutter Project from edspert.id Flutter Bootcamp Batch 20.
https://github.com/keidsid/edspert_fl_adv
bloc cubit-bloc dio firebase flutter google-sign-in
Last synced: about 2 months ago
JSON representation
Flutter Project from edspert.id Flutter Bootcamp Batch 20.
- Host: GitHub
- URL: https://github.com/keidsid/edspert_fl_adv
- Owner: KeidsID
- License: mit
- Created: 2023-12-03T15:06:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T10:39:40.000Z (about 2 years ago)
- Last Synced: 2025-01-31T22:09:07.313Z (over 1 year ago)
- Topics: bloc, cubit-bloc, dio, firebase, flutter, google-sign-in
- Language: Dart
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# edspert_fl_adv
Flutter Project from [edspert.id](https://edspert.id) Flutter Bootcamp Batch 20.
What we learn from the bootcamp:
- Flutter Slicing UI.
- Dart HTTP Request.
- Code Design Pattern.
- State Management ([BLOC](https://bloclibrary.dev/)).
- [Firebase](https://firebase.google.com/) Integration (Firebase Auth and
Storage).
Ref:
- [App Figma Design](https://www.figma.com/file/vht1hANiGM1sFld1zidoCG/Bootcamp-Flutter-Edspert)
- [App RESTApi Server](https://documenter.getpostman.com/view/17757271/2s847FwEJx)
## App Screenshots
## Others

See [AuthCubit](lib/interfaces/providers/res/auth/auth_cubit.dart) for the Auth
Flow on app router.
Currently the Splash and Verifying View are located on
[AuthView](lib/interfaces/views/auth/auth_view.dart) (splash on startup) and
[RegisterView](lib/interfaces/views/auth/register_view/register_view.dart)
(verify indicator).