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

discontinued

flutter_stream_listener with a small customization makes the code logic can easily send events to the UI code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add event_mixin

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

dependencies:
  event_mixin: ^0.1.0

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:event_mixin/event_mixin.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

flutter_stream_listener with a small customization makes the code logic can easily send events to the UI code.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_stream_listener

More

Packages that depend on event_mixin