modular_router 2.0.0
modular_router: ^2.0.0 copied to clipboard
A flutter package to manage routes
2.0.0 (Apr 1, 2026) #
- Complete refactor to support
RoutingMapandRoutingfor faster path lookup. - Added dependency injection support using
auto_injectoranddynamic_constructor. - Integrated
NavigatorStateExtensionfor type-safe navigation. - Added module-level and route-level authorization.
- Added platform-native transitions (Material/Cupertino).
- Custom page transitions support.
- Fixed internal route construction bugs for unauthorized and unknown routes.
- Added comprehensive test suite and example project.
1.0.0 (Feb 26, 2025) #
- Initial release