mad_navigation 0.3.1+1
mad_navigation: ^0.3.1+1 copied to clipboard
A pure Dart package providing core navigation interfaces and abstractions for building maintainable and testable applications.
Mad Navigation Example #
This example demonstrates how to use the mad_navigation
package to implement a clean and
maintainable navigation solution in your Dart/Flutter applications.
Getting Started #
For a complete working example with all features, please refer to the main example in the root directory: Root Example
Running the Examples #
cd ../.. # Go to the root directory
flutter pub get
cd example/root_navigation_example # or example/tab_navigation_example
flutter run