Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzslr321/flutter_firebase_bloc_auth
Template of Flutter Project with Firebase authentication and BLoC state management.
https://github.com/wzslr321/flutter_firebase_bloc_auth
auth bloc firebase flutter
Last synced: about 1 month ago
JSON representation
Template of Flutter Project with Firebase authentication and BLoC state management.
- Host: GitHub
- URL: https://github.com/wzslr321/flutter_firebase_bloc_auth
- Owner: wzslr321
- Created: 2021-03-04T19:05:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T19:09:46.000Z (over 3 years ago)
- Last Synced: 2023-03-08T21:07:28.604Z (almost 2 years ago)
- Topics: auth, bloc, firebase, flutter
- Language: Dart
- Homepage:
- Size: 136 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Template of Flutter Project with Firebase authentication and BLoC state management.
This repository contains complete Firebase authorization and InternetState connection check, all handled with BLoC State Management.
I am also in the process of writing tests.
---
Found it useful? Want more updates?
Show your support by giving a :star:---
## How to launch it locally?
* You have to connect your firebase project to this repository with help of this tutorial.
* Simply clone the repository and run: `flutter pub get` and `flutter run`