easy_navigation_flutter 0.0.2
easy_navigation_flutter: ^0.0.2 copied to clipboard
Flutter package for simplified page-to-page navigation.
flutter_navigator #
A Flutter package for simplified page-to-page navigation using a custom method (NavigatorHelper.to(pageName)).
Features #
- Simple Navigation: Navigate between pages using a straightforward method.
- Centralized Route Management: Manage routes and configurations in one place.
- Typed Navigation: Support typed navigation for type safety.
- Middleware Support: Intercept and modify navigation behavior with middleware functions.
Installation #
Add flutter_navigator to your pubspec.yaml file:
dependencies:
flutter_navigator: ^1.0.0 # Replace with the latest version