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

outdated

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

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.0.1

Alternatively, your editor might support dart 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
0
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

License

unknown (LICENSE)

Dependencies

event_bus

More

Packages that depend on event_bus_auto