event_bus_auto 0.1.0 copy "event_bus_auto: ^0.1.0" to clipboard
event_bus_auto: ^0.1.0 copied to clipboard

A tool for generating un/registerEvents method for EventBus, based on build_runner.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add event_bus_auto

With Flutter:

 $ flutter pub add event_bus_auto

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

dependencies:
  event_bus_auto: ^0.1.0

Alternatively, your editor might support dart pub get or 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_bus_auto/event_bus_auto.dart';
1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

A tool for generating un/registerEvents method for EventBus, based on build_runner.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

event_bus

More

Packages that depend on event_bus_auto