Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in flutter-go-router

Alternative to popUntil in go router in flutter

Flutter go_router redirect with object parameter

Flutter Go Router no back button and nothing to pop

go_router and flutter_bloc: Unhandled Exception: No GoRouter found in context

How to return to a nested route when switching between tabs with ShellRoute and GoRouter 5.0?

RouteObserver for GoRouter to catch go/goNamed transitions

go_router - how to push a page over existing pages in stack (in any path)

How Do I Show a Dialog in Flutter Using a go_router Route?

Flutter Dismissing the Keyboard Automatically When Clicking the TextField

GoRouter - Entering the url in the address bar doesn't only create the related page

GoRouter passing wrong arguments to the route when I press on `Select Widget` in flutter inspector

showModalBottomSheet not working properly within nested go router navigation

Navigation go_router flutter without context

How can I combine Getx and go_router in flutter app?

How to hide bottom navigation when we navigate to a child route on `ShellRoute`?

Go Router (Flutter)- push the exact same route and refresh that route

How to work with NavigationBar in go_router? | Flutter

Assertion Failure in go_router package: 'package:go_router/src/parser.dart': Failed assertion: line 63 pos 12: 'routeInformation.state != null'

How to use context.go() method for ShellRoute in Flutter/GoRouter