Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@dukex dukex released this 26 Jul 00:05
· 6 commits to main since this release

BREAKING CHANGES

Before this version the routes was:

final Map<String, WidgetBuilder> routes;

Now the routes are:

 final Map<String, PageRouteBuilder> routes;

Feature