Go Router + Riverpod Tutorial Series 3: Nested Routes with Authentication
First let's create the required screens. Settings Page: Settings page has two buttons: (Go to Account Settings, Logout). class SettingsPage extends ConsumerWidget { const SettingsPage({super.key}); @override Widget build(BuildContext context, ...
May 21, 20243 min read70
