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

Provides wrapper classes around List and Set, implementing ChangeNotifier.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add observable_datasets

With Flutter:

 $ flutter pub add observable_datasets

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

dependencies:
  observable_datasets: ^0.0.2

Alternatively, your editor might support dart pub get or 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_datasets/change_notifier_update_mixin.dart';
import 'package:observable_datasets/observable_collections.dart';
import 'package:observable_datasets/observable_list.dart';
import 'package:observable_datasets/observable_set.dart';
import 'package:observable_datasets/observable_stack.dart';
0
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

Provides wrapper classes around List and Set, implementing ChangeNotifier.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on observable_datasets