Flutter Firebase Auth with Bloc (Login, Register) - Speed Code

preview_player
Показать описание
😀Thanks for watching :D
#Flutter #Firebase #Auth (Login, Register) with #Bloc

▶SourceCode
* Github

* Validator SourceCode

▶Packages
* flutter_bloc
A Flutter package that helps implement the BLoC pattern.

* firebase_auth
A Flutter plugin to use the Firebase Authentication API.

* equatable
Simplify Equality Comparisons

▶Timestamp
00:00 - Intro
00:20 - Main
00:30 - LoginScreen
01:02 - CurvedWidget, ClipPath, CustomClipper
05:15 - LoginForm
07:05 - GradientButton
09:26 - LoginForm
10:03 - Reigister Screen
11:10 - Firebase Auth, Flutter Bloc, Equatable
11:48 - Repository
13:08 - AuthenticationState
14:02 - AuthenticationEvent
14:27 - AuthenticationBloc
16:45 - LoginBloc Start
17:08 - LoginState
18:58 - LoginEvent
19:48 - LoginBloc
21:52 - Validators
22:11 - BlocObserver
23:37 - Authentication
24:47 - Login
30:50 - RegisterState, RegisterState, RegisterBloc
32:35 - Register
Рекомендации по теме
Комментарии
Автор

Thank you <3 bloc is hard to understand for novices than provider

mutlakatlm
Автор

We store images in firebase.. So can we retrieve those images from firebase and show it with the help of BLoc pattern?

vaidarbhicontractor
Автор

I have error at user_ropository file line 26 "final currentUser = await _firebaseAuth.currentUser();" and line 31 "return await _firebaseAuth.currentUser();" all error show affter await.

organicfarmthailand
Автор

Which editor theme you have used for development

amangit
Автор

hey bro, i got this error can u help me :
Error: Could not find the correct Provider<AuthenticationBloc> above this BlocBuilder<AuthenticationBloc, AuthenticationState> Widget

vyshnavsasidharan
Автор

Hello, does anyone happens with the refresh/reload of screen when textformfield is tapped?

qjj
Автор

I run your code, i can not navigator from Login screen to home screen when I login success. I dont understand

KienNguyen-qwrc
Автор

Am I allowed to use this code for my own app :) ? would be nice

MultiGamer