Комментарии:
It would be very helpful to cover google auth, thank you for the video !
ОтветитьHow do I integrate a "sign in with"? Like Google or Apple?
ОтветитьThrough different tuto and my personal experience i think Bloc remains the best for state management
ОтветитьGod bless you sir! This is an amazing tutorial.
ОтветитьExcellent tutorial! Works perfectly. Very grateful for your work
ОтветитьSignInBloc automatic close so i can not call SignOutEvent. Can u help?
ОтветитьCan u do it with freezed bloc
ОтветитьThanks you from South africa, i will recommend your channel to my classmates and please provide source code link because sometimes is very hard to follow up since your screen is not c;lear enough
Ответитьwhich architecture is this? clean?
Ответитьyou are actually using the official documentation method right? is this actually neccesay though? we could create simply right? pleae reply if you have time
Ответитьwill the same code work for android also? cuz i tried to do it but it's not working
Ответитьmake a login system in Bloc with API also
Ответитьthank you so much, I've split sign in and sign up screens but got the error when navigate between them (Error: Could not find the correct Provider<SignUpBloc> above this BlocListener<SignUpBloc, SignUpState> Widget
)
any idea how to fix it?
TextButton(
onPressed: () {
// not working
Navigator.of(context).pushReplacement(MaterialPageRoute(
builder: (_) => const SignUpScreen()));
//(route) => false
},
child: const Text.rich(
TextSpan(
text: 'Register now',
style: TextStyle(
fontWeight: FontWeight.bold, color: Colors.blue),
),
))
This Tutorial is one of the best but how about Forget Password button?
ОтветитьDoes this app will work on andoid phone ?
ОтветитьYOur videos are helpful. Can you show us how to create an e-reporting app using flutter?
ОтветитьLove you the best in this world ❤👈🦾🦾🦾🦾🦾
ОтветитьHi sir
You created new pubspec.yaml easily but I can't do that, when I created new pubspec.yaml and push the pub get it doesn't work, it said SDK something problem
How can I create new pubspec.yaml folder ?
Hi, I am trying to do the authentication but only using the Microsoft provider but I am struggling with it. What should change from this example?
ОтветитьYour videos are superb! But also for the github code, what do we need to change for the app to run, is it just the firebase setup to be changed by adding our own google service json file, classpaths etc?
ОтветитьThanks for sharing. On sign in page, with wrong password i cant get the SignInFailure state. It's always on SignInSuccess state. Can you help?
ОтветитьThank you soo much! You really help me to my first app :)
ОтветитьBrother why are you using setState for obsecuring password ?? I think you should do it with bloc state management...
Ответитьhmm how about supabase ? what is your opinion?
ОтветитьMy app couldn't running and confuse codes
Ответитьsuper thank you so much
Ответитьhow to run iOS in win 11 VScode
ОтветитьGod bless you
ОтветитьGreat work 👏 can you please let us know how add forget the password
Ответитьcan I ask you HOW did you learn all of this? its so hard for me
ОтветитьHi sir ,i couldn't solve importing UserRepository error 😢
ОтветитьLove from India Thankyou 😄
Ответитьpopulating the user_repository.dart file didn't work for me
plz help
worked out the problem - the try catch block in the firebase_user_repo.dart file was catching the exception upstream. remove this and it works.
ОтветитьVery good - thanks for taking the time to do this. I've been learning dart and playing around with the code though and realised the sign_in bloc isnt working as intended - the FirebaseAuthException isnt working - the state its always going to success even if password or email is wrong.
ОтветитьWhy do we need to use Bloc instead of MVVM? This architecture makes me so confused.
ОтветитьIt's awesome, you should release more tutorials. Thank you
Ответитьmuch love btw
Ответитьhow hard is it to create instagram ?
Ответитьit will be better for us if you do with phone also i had problem with the captcha things
ОтветитьHey, you have said that you will create a discord server for your community. I actually happened to have a problem with bloc to bloc communication and i would appreciate any help
ОтветитьVery nice. I just like how you talk to us as if we are in a discussion.
This content so clean.
Looking for advanced content about authentication bloc and app flow
Keep the great efforts 👌
thanks sir
ОтветитьThanks Dude ❤
ОтветитьNice. I'll create this tomorrow 🙂. Thx for sharing
ОтветитьBut the way you create classes is not entirely clear to me. Maybe I need to improve skills in Dart
ОтветитьHi sir!
I really appreciate this tutorial,but can you please zoom the font of the codes a little bigger in the next tutorial?😊