Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bedirhanssaglam/auth-with-bloc
Auth with Bloc in Flutter
https://github.com/bedirhanssaglam/auth-with-bloc
bloc dart flutter
Last synced: 2 days ago
JSON representation
Auth with Bloc in Flutter
- Host: GitHub
- URL: https://github.com/bedirhanssaglam/auth-with-bloc
- Owner: bedirhanssaglam
- Created: 2023-04-28T13:09:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T08:48:25.000Z (3 months ago)
- Last Synced: 2024-08-12T10:11:22.391Z (3 months ago)
- Topics: bloc, dart, flutter
- Language: Dart
- Homepage:
- Size: 316 MB
- Stars: 34
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication with BLoC
I created an example to show how we can do the login with BLoC and query the user status on the splash screen.
# Application Video
[https://user-images.githubusercontent.com/105479937/235154203-1da77ad6-3cdb-4acf-b076-bd675ff00172.mp4](https://github.com/bedirhanssaglam/Auth-with-Bloc/assets/105479937/b20be778-3318-436f-8b7d-ac1948d5d4ec)
# Medium Article About the Project