observable_datasets 0.0.3 copy "observable_datasets: ^0.0.3" to clipboard
observable_datasets: ^0.0.3 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 Flutter:

 $ flutter pub add observable_datasets

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

dependencies:
  observable_datasets: ^0.0.3

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_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
150
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Provides wrapper classes around List and Set, implementing ChangeNotifier.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

collection, flutter

More

Packages that depend on observable_datasets