https://github.com/bedirhanssaglam/auth-with-bloc
Auth with Bloc in Flutter
https://github.com/bedirhanssaglam/auth-with-bloc
bloc dart flutter
Last synced: 6 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T08:48:25.000Z (about 1 year ago)
- Last Synced: 2025-03-23T20:51:18.236Z (7 months ago)
- Topics: bloc, dart, flutter
- Language: Dart
- Homepage:
- Size: 316 MB
- Stars: 35
- Watchers: 1
- Forks: 9
- 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