eventsubscriber 3.0.0 copy "eventsubscriber: ^3.0.0" to clipboard
eventsubscriber: ^3.0.0 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
copied to clipboard

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

dependencies:
  eventsubscriber: ^3.0.0
copied to clipboard

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';
copied to clipboard
5
likes
150
points
76
downloads

Publisher

verified publisheraryehoffman.com

Weekly Downloads

2024.09.23 - 2025.04.07

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

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

event, flutter

More

Packages that depend on eventsubscriber