How to Handle Authentication in your Flutter Apps with Riverpod and GoRouter

preview_player
Показать описание
#gorouter #riverpod #authentication #flutter
This video shows how to handle authentication in your Flutter Apps with Riverpod and GoRouter

Join the Discord community:

---
Enjoyed this video 👋 ?
You can buy me a coffee here. It will help me keep this channel up.
---

····················································································
► All content here is 100% free.
Рекомендации по теме
Комментарии
Автор

im using riverpod to manage auth state and plan to add go_router in the near future. This is a good starting place. This approach seems overly abstracted, but that's just me. Thanks for this.

ExtraServingsBTS
Автор

just why didn't we use validator in textform, but made a text from the bottom with the state it's much more code and everything will be confusing

crazy-man
Автор

how to save this state in shared preference only one time user Login not every time when close the app it should login to it to prevent from this ?

rebazjabar
Автор

I am getting the error:
The argument type 'String? Function(GoRouterState)' can't be assigned to the parameter type 'FutureOr<String?> Function(BuildContext, GoRouterState)?

robertjones
Автор

thank you, Sir can you make more tutorials on GoRouter

flutterfix
Автор

Thanks for your video, but i think there are some mistakes, you handle change from changeNotifier, but you do some many, change state like loading, success, error, so when every change occur, you will redirect to home page and i think it is not a good approach, for me, you must wait only success state to redirect to home page

augustinakpagni
Автор

Which extension you are using for code prediction in your vscode?

nematullahwahidi
Автор

What about wrong password and any other error

mustaphaben
Автор

Hey good video. One question, could you extend this to unit test your redirect logic?

davidtimbwa
Автор

what about Sign In with phone number ? all your videos is using Sign in with email and password !

riyoua
Автор

Is this tutorial still valid with latest riverpod version and go router 5?

MoAdel
Автор

Very nice tutorial. Such awesome..! How to Store authenticated user data stored in shared preference once login

bosesaitech
Автор

How to open deep link for reseting password into app ? : )

rvb