mad_navigation_flutter 0.3.1+1
mad_navigation_flutter: ^0.3.1+1 copied to clipboard
Flutter integration for mad_navigation with widgets and route management.
Mad Navigation Flutter Example #
This directory contains Flutter-specific examples demonstrating how to integrate mad_navigation_flutter
with your Flutter applications, including widgets and navigation patterns.
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