better_router 2.1.0 copy "better_router: ^2.1.0" to clipboard
better_router: ^2.1.0 copied to clipboard

the better router is a powerful, but for humans, flutter router.

2.1.0 #

Features #

  • Create RouteParams.of(context) - allowing get the route params easily

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 #

1.0.0 #

  • Initial version.
1
likes
90
pub points
0%
popularity

Publisher

verified publisheremersonalmeida.wtf

the better router is a powerful, but for humans, flutter router.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on better_router