vex_router 1.0.0
vex_router: ^1.0.0 copied to clipboard
The ultimate Flutter router. Navigation 2.0 done right — no code generation, no GetMaterialApp lock-in, full GetX controller binding support, type-safe routes, deep linking, guards, nested navigation, [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add vex_routerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
vex_router: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:vex_router/vex_router.dart';