router_management 1.3.3
router_management: ^1.3.3 copied to clipboard
Router Management is a package with powered tools for routing your flutter application
1.3.3 Added DartDoc Comment #
- Optimized the duration of custom animation to run smoothly.
1.3.2 Added DartDoc Comment #
- Optimized Fade animation.
1.3.1 Added DartDoc Comment #
1.3.0 Breaking Changes and Bug Fixes #
- Optimized the custom transition
- Added semantics to routes
- Fixed fullscreenDialog with useNativeTransitions false
1.2.2 Added shadow to custom transition #
- Optimized the custom transition with a shadow during the transition between screens
1.1.1 Breaking Changes and Bug Fixes #
- Optimized the custom transition and created compatibility with newer Flutter Versions
- Now to add a route you need to change from Router.define to Router.addRoute
- Changed property nativeTransition to useNativeTransitions
- The plugins does not support initial route anymore for compatibility with newer versions and web
- Fixed a bug that arguments was null
- Fixed a bug on some versions of flutter that was not generating new routes