eventsubscriber 2.1.3 copy "eventsubscriber: ^2.1.3" to clipboard
eventsubscriber: ^2.1.3 copied to clipboard

A Flutter widget that updates (rebuilds) when an Event occurs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add eventsubscriber

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

dependencies:
  eventsubscriber: ^2.1.3

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:eventsubscriber/eventsubscriber.dart';
5
likes
130
pub points
70%
popularity

Publisher

verified publisheraryehoffman.com

A Flutter widget that updates (rebuilds) when an Event occurs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

event, flutter

More

Packages that depend on eventsubscriber