/go_router_riverpod

An example on how to use Riverpod + GoRouter

Primary LanguageDart

go_router_example

A simple login / logout example that showcases the use of Riverpod with GoRouter. This example exploits the usage of ref.listen and a ChangeNotifier to update the Router's decisions.

A discussion about improving this example can be found here.