computed_collections 0.1.1 copy "computed_collections: ^0.1.1" to clipboard
computed_collections: ^0.1.1 copied to clipboard

Performant and flexible functional reactive programming for collections

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add computed_collections

With Flutter:

 $ flutter pub add computed_collections

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

dependencies:
  computed_collections: ^0.1.1

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:computed_collections/change_event.dart';
import 'package:computed_collections/computedmap.dart';
0
likes
160
pub points
0%
popularity

Publisher

unverified uploader

Performant and flexible functional reactive programming for collections

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

computed, fast_immutable_collections, meta

More

Packages that depend on computed_collections