flutter_navigator_helper 1.0.0
flutter_navigator_helper: ^1.0.0 copied to clipboard
A Flutter package that provides enhanced navigation utilities and route management helpers for easier Navigator operations.
flutter_navigator_helper #
A Flutter package that provides enhanced navigation utilities and route management helpers for easier Navigator operations.
Features #
- Route observation and tracking
- Utility methods for route management
- Check route existence and get top route information
- Close specific routes or all routes above a target
- Route configuration management
- Stream-based route change notifications
Installation #
Add the dependency in pubspec.yaml:
dependencies:
flutter_navigator_helper: ^1.0.0
Then run:
flutter pub get
Usage #
Please check the example.
Example #
See the example directory for a complete sample app.
License #
The project is under the MIT license.