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

A simple, minimal, and opinionated state management library for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add publisher_subscriber

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

dependencies:
  publisher_subscriber: ^0.0.2

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:publisher_subscriber/publisher_subscriber.dart';
0
likes
140
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple, minimal, and opinionated state management library for Flutter.

Repository (GitHub)
View/report issues

Topics

#riverpod #provider #bloc #getx #publisher-subscriber

License

unknown (license)

Dependencies

flutter

More

Packages that depend on publisher_subscriber