voyager 0.2.0
voyager: ^0.2.0 copied to clipboard
Router and basic dependency injection library for Flutter. Define navigation paths in YAML and power them up with custom plugins.
0.2.0 #
API DEPRECATION
VoyagerProvideris being phased out. Internally Voyager will depend on provider more popular within the community.
Migration:
- change
VoyagerProvider.of(context)toProvider.of<Voyager>(context) - change
VoyagerProvider.routerOf(context)toProvider.of<RouterNG>(context)
0.1.1 #
- Package health fixes
0.1.0 #
- Initial release