voyager 3.0.0 copy "voyager: ^3.0.0" to clipboard
voyager: ^3.0.0 copied to clipboard

The widget router and basic dependency injection library for Flutter. Define navigation paths in YAML and power them up with custom plugins.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add voyager
copied to clipboard

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

dependencies:
  voyager: ^3.0.0
copied to clipboard

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:voyager/voyager.dart';
copied to clipboard
27
likes
130
points
140
downloads

Publisher

verified publishervishna.dev

Weekly Downloads

2024.10.03 - 2025.04.17

The widget router and basic dependency injection library for Flutter. Define navigation paths in YAML and power them up with custom plugins.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter, provider, sprintf, yaml

More

Packages that depend on voyager