Go Router + Riverpod Tutorial Series 5: Advanced Redirection with State Restoration
First let's update our AuthNotifier to support state restoration
Source code: redirection_with_state_restoration
Prerequisites:
First we are going to use flutter_secure_storage to store the state of the app.
So lets add it our pubspec.yaml
flutter pu...
harishkunchala.com1 min read