A flutter project that i made when i bored
- Login
- Register
- Forgot Password
- Logout
-
Clone this repository:
git clone https://github.com/padukadafa/flutter_firebase_auth_template.git -
open project
-
and run pub get
flutter pub get -
Goto firebase and create new project
-
After that in project overview click flutter to setup
-
Follow the instruction
-
run your virtual device and press F5 to run the project
This app was made using clean architecture and use bloc for the state management
lib
/core
/error
/usecases
/validators
/values
/widgets
/features
/auth
/data
/data_sources
/models
/repositories
/domain
/entities
/repositories
/usecases
/presentation
/blocs
/auth
/pages
/widgets
test
/core
/features
/auth
/data
/data_sources
/remote
/model
/repositories
/domain
/usecases
/fixtures



