it_navigates 1.0.0
it_navigates: ^1.0.0 copied to clipboard
A powerful, elegant Flutter navigation package with state management, guards, animations, and comprehensive routing utilities. Makes navigation across mobile and web apps effortless!
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add it_navigatesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
it_navigates: ^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:it_navigates/it_navigates.dart';