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

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

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.
2
likes
90
pub points
17%
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