explorator 1.1.0
explorator: ^1.1.0 copied to clipboard
A routing system which fits perfectly between catalyst_builder and the flutter router.
1.1.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>
1.0.0 #
Initial release