route_pilot 0.0.1
route_pilot: ^0.0.1 copied to clipboard
A Flutter package that simplifies navigation and routing with custom transitions, easy argument passing, and a clean API for managing routes in your Flutter applications.
RoutePilot #
RoutePilot is a lightweight and easy-to-use navigation management package for Flutter applications. It provides a centralized way to handle navigation and route arguments across your app.
Features #
- Singleton instance for global access
- Methods for various navigation operations (push, pop, replace, etc.)
- Argument passing and retrieval
- Support for both named and widget-based routing
Installation #
Add this to your package's pubspec.yaml file:
dependencies:
route_pilot: ^1.0.0