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

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

2.2.0 #

Fixes #

  • Remove deprecated method

Internal #

  • Test package at many dart and flutter versions to avoid break changes
  • Fix documentation typo

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.
2
likes
160
pub points
9%
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