flouter icon indicating copy to clipboard operation
flouter copied to clipboard

A router for Flutter based on Navigator 2.0 and Regexp

Results 5 flouter issues
Sort by recently updated
recently updated
newest added

points to : https://github.com/Kleak/flouter/tree/nullsafety

When I push URI, the URL in the browser is not updated. `FlouterRouteManager.of(context).pushUri(Uri(path: '/search-result'));`

We have some requirements : - Sub navigator must update the browser url

enhancement

Remove until will remove route until the predicate is true. The predicate will take the path which is a `String`

enhancement