#navigation
Read more stories on Hashnode
Articles with this tag
In this tutorial we'll explore various modifiers and parameters functionality in Riverpod. These following features help manage more complex state...
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 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...