navigation_system

A Flutter plugin providing a set of navigation utilities for managing routes and navigation stack in a Flutter application.

Features

  • Navigate to specified routes with optional arguments.
  • Clear all previous routes from the stack.
  • Replace current route with a named route.
  • Pop until a specific route is reached.
  • And more!

Getting Started

This project serves as a starting point for a Flutter plugin package. It includes platform-specific implementation code for Android, iOS, MacOS, Windows.

For more information on Flutter development, including tutorials, samples, and API reference, visit the online documentation.

Platform Support

This plugin is available on both Android, iOS, MacOS, Windows.

For more detailed instructions on how to develop plugins with platform-specific code, refer to Flutter's documentation on developing packages.