BREAKING CHANGES
Before this version the routes was:
final Map<String, WidgetBuilder> routes;
Now the routes are:
final Map<String, PageRouteBuilder> routes;
Feature
- Add ability to use custom transition - The
DefaultPageRouteBuilder
will use theMaterialPageRoute
, but now you can implement your transition using yourPageRouteBuilder