event_navigation 0.7.1 copy "event_navigation: ^0.7.1" to clipboard
event_navigation: ^0.7.1 copied to clipboard

Uses the event_bloc package to create a solution for navigation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add event_navigation

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

dependencies:
  event_navigation: ^0.7.1

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:event_navigation/event_navigation.dart';
1
likes
130
pub points
38%
popularity

Publisher

unverified uploader

Uses the event_bloc package to create a solution for navigation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

carousel_slider, equatable, event_bloc, flutter, provider, universal_html

More

Packages that depend on event_navigation