What is the correct way of providing a GoRouter instance with riverpod? – Flutter
I'm trying to provide an instance of GoRouter with riverpod. However, this results in the "The riverpod_generator package does not support ChangeNotifier values" warning to be displayed: My question is, what would be the correct way of achieving this?