catalyst_builder: ^5.0.0is required- Check UPGRADE.md
catalyst_builder: ^5.0.0-rc.1is required
catalyst_builder: ^5.0.0-dev.1is required- Configuration has changed. Take a look in UPGRADE.md for guidance.
Changes:
- Add support for
catalyst_builder: ^4.0.0
Features:
- Added the
RouteProvider.tagconstant to reduce magic symbols. - Added a ServiceProvider extension for registering the explorator services.
- Added a
GlobalKey<NavigatorState>to the ServiceProvider. - Added a
Routingclass. This class simplifies the routing without a BuildContext. - Added the
pathto theRouteArgumentsclass.
Changes:
- Changed the type of
RegisteredRoute.buildertoServiceFactory<WidgetBuilder>
Initial release