vex_router 1.0.0 copy "vex_router: ^1.0.0" to clipboard
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_router

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  vex_router: ^1.0.0

Alternatively, 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';
2
likes
150
points
0
downloads

Documentation

Documentation
API reference

Publisher

verified publishermysteriouscoder.com

Weekly Downloads

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, and a simple API. Zero boilerplate. Zero compromises.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on vex_router