value_broadcast 1.0.4 copy "value_broadcast: ^1.0.4" to clipboard
value_broadcast: ^1.0.4 copied to clipboard

Analog for the Flutter's listenable (valueNotifier) in pure Dart used for console applications without flutter desktop embedding.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add value_broadcast

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

dependencies:
  value_broadcast: ^1.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:value_broadcast/value_broadcast.dart';
0
likes
30
pub points
0%
popularity

Publisher

verified publisherdarkandjeweled.com

Analog for the Flutter's listenable (valueNotifier) in pure Dart used for console applications without flutter desktop embedding.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on value_broadcast