Skip to content

Releases: dukex/better_router

v2.0.0

26 Jul 00:05
Compare
Choose a tag to compare

BREAKING CHANGES

Before this version the routes was:

final Map<String, WidgetBuilder> routes;

Now the routes are:

 final Map<String, PageRouteBuilder> routes;

Feature

v1.0.0

11 Jul 17:51
3fdab82
Compare
Choose a tag to compare

The simple is the new normal