#gorouter
Read more stories on Hashnode
Articles with this tag
Now let's take a look at redirection depending on user roles Source code: role_based_redirection Now, Let's update our files starting with...
First let's update our AuthNotifier to support state restoration Source code: redirection_with_state_restoration Prerequisites: First we are going to...
First let's create the required screens. Settings Page: Settings page has two buttons: (Go to Account Settings, Logout). class SettingsPage extends...
In our previous article we have covered basic redirect. Now let's take a look at Conditional Redirection. What are Guards ? Guards: Guards are...
Redirection is one of the best features of Go Router. So in total we are going to look at 5 tutorials which explore redirection in increments of...
Part -1: https://tinyurl.com/k3f64hwv Part -2: https://tinyurl.com/3azk6jjj Starting with custom transitions in GoRouter is a fantastic way to enhance...