observable_data 0.2.0 copy "observable_data: ^0.2.0" to clipboard
observable_data: ^0.2.0 copied to clipboard

A Reactive model that passes data through the chain of modifications

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add observable_data

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

dependencies:
  observable_data: ^0.2.0

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_data/observable_data.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A Reactive model that passes data through the chain of modifications

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on observable_data