flutter_event_bus 0.0.2 copy "flutter_event_bus: ^0.0.2" to clipboard
flutter_event_bus: ^0.0.2 copied to clipboard

A library to provide EventBus and Interactor to Flutter app. It enables developer to write flutter app with Interactor pattern. Interactor pattern is a pattern similar to bloc, but with less structure [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_event_bus

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

dependencies:
  flutter_event_bus: ^0.0.2

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:flutter_event_bus/flutter_event_bus.dart';
7
likes
20
pub points
61%
popularity

Publisher

verified publisherpub.timnew.me

A library to provide EventBus and Interactor to Flutter app. It enables developer to write flutter app with Interactor pattern. Interactor pattern is a pattern similar to bloc, but with less structure and restriction

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_event_bus