custom_events 0.0.4 copy "custom_events: ^0.0.4" to clipboard
custom_events: ^0.0.4 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 Flutter:

 $ flutter pub add custom_events

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

dependencies:
  custom_events: ^0.0.4

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

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, uuid

More

Packages that depend on custom_events