nocterm_unrouter 0.2.0
nocterm_unrouter: ^0.2.0 copied to clipboard
Declarative nested router for Nocterm apps with guards and nested outlets.
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.