better_router 2.2.0 better_router: ^2.2.0 copied to clipboard
the better router is a powerful, but for humans, flutter router.
2.2.0 #
2.0.0 #
BREAKING CHANGES #
Before this version the routes was:
final Map<String, WidgetBuilder> routes;
Now the routes are:
final Map<String, PageRouteBuilder> routes;
Feature #
- Add ability to use custom transition - The
DefaultPageRouteBuilder
will use theMaterialPageRoute
, but now you can implement your transition using yourPageRouteBuilder
1.0.0 #
- Initial version.