simple_auth_flutter_riverpod icon indicating copy to clipboard operation
simple_auth_flutter_riverpod copied to clipboard

Simple authentication flow using Flutter & Riverpod

Results 2 simple_auth_flutter_riverpod issues
Sort by recently updated
recently updated
newest added

Hi Andrea, Please assist , how to use shared_preferences instead InMemoryStore(BehaviorSubject)? InMemoryStore sometime losses the auth user data, so we could use shared_preferences to locally until user logout. Looking forward...

Thanks for this helpful repository. I've got a question for you, I'm pretty new to riverpod. I saw that you are watching the FakeAuthRepository in this code with ``ref.watch``. What's...