mad_navigation_impl 0.3.1+1
mad_navigation_impl: ^0.3.1+1 copied to clipboard
A pure Dart implementation of navigation services and utilities for mad_navigation package.
Mad Navigation Implementation Example #
This directory contains implementation examples for the mad_navigation_impl
package, showcasing how to use the core navigation services and utilities in practice.
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