observable_collections 0.7.1 copy "observable_collections: ^0.7.1" to clipboard
observable_collections: ^0.7.1 copied to clipboard

Collections that publish and track changes

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add observable_collections

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

dependencies:
  observable_collections: ^0.7.1

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

Publisher

unverified uploader

Collections that publish and track changes

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection_diff, collection_diff_worker, dartxx, flutter, logging, mobx, sunny_dart

More

Packages that depend on observable_collections