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

The package provides an effective way to manage custom events in an application.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add custom_events

With Flutter:

 $ flutter pub add custom_events

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

dependencies:
  custom_events: ^0.0.2

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:custom_events/custom_events.dart';
0
likes
0
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

The package provides an effective way to manage custom events in an application.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, uuid

More

Packages that depend on custom_events