flouter 0.2.0 flouter: ^0.2.0 copied to clipboard
A Flutter router that is based navigator 2.0 API and use Regexp to do path matching.
[0.2.0-nullsafety.2] #
- FIX pushing existing route will now push the route on top of other instead of removing the stack until the existing route
[0.2.0-nullsafety.1] - Flouter + nullsafety = <3 #
Flouter is now compatible with dart nullsafety feature
- BREAKING rename
UriRouteInformationParser
toFlouterRouteInformationParser
- BREAKING rename
UriRouterDelegate
toFlouterRouterDelegate
- BREAKING rename
UriRouteManager
toFlouterRouteManager
[0.1.1] - improve pub score #
- add basic documentation
[0.1.0] - Initial published version. #
First published version of Flouter a Flutter Router based on the Navigator 2.0 API