unrouter 0.14.0
unrouter: ^0.14.0 copied to clipboard
Primary Unrouter package with Flutter, Nocterm, and shared core entrypoints.
Examples #
Runnable apps for exploring Unrouter in real UI environments.
Flutter Example #
flutter_example shows how to use Unrouter in a Flutter
app with nested layouts, route trees, and a larger demo structure.
cd examples/flutter_example
flutter run -d chrome
Nocterm Example #
nocterm_example shows how to use Unrouter in a Nocterm
terminal app with nested routes, named navigation, params, query values, and
back navigation.
cd examples/nocterm_example
dart run
Each example keeps its own source, tests, and pubspec.yaml. The per-example
README.md files are symlinked to this shared page.