it_navigates 1.0.0 copy "it_navigates: ^1.0.0" to clipboard
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_navigates

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

dependencies:
  it_navigates: ^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:it_navigates/it_navigates.dart';
1
likes
140
points
60
downloads

Publisher

verified publishersaifalmajd.blogspot.com

Weekly Downloads

A powerful, elegant Flutter navigation package with state management, guards, animations, and comprehensive routing utilities. Makes navigation across mobile and web apps effortless!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, flutter, flutter_bloc

More

Packages that depend on it_navigates