Relative Content

Tag Archive for flutterdartflutter-go-router

GoRoute with sub-route – no route for location error

I want to implement GoRouter package for Routing in my existing Flutter mobile app(configuring for web). I have multiple modules with multiple screens which are currently handled by Navigator.push. How can I create nested GoRoutes for each of my module?

GoRouter with ChangeNotifierProvider.value

I have an existing flutter app for mobile using provider package and which I am configuring for web. So I want to implement GoRouter package for Routing.
I have used providers through the app. Registration flow is divided into 3 screens. How can I share my notifier object between the screens.