reactive 0.9.5 copy "reactive: ^0.9.5" to clipboard
reactive: ^0.9.5 copied to clipboard

Dart 1 only

Reactive is an implementation of the observer pattern on sequences. It contains a collection of composable operators that provides for a clean, declarative approach to working with sequences of data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add reactive

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

dependencies:
  reactive: ^0.9.5

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:reactive/reactive_browser.dart';
import 'package:reactive/reactive_console.dart';
0
likes
5
pub points
9%
popularity

Publisher

unverified uploader

Reactive is an implementation of the observer pattern on sequences. It contains a collection of composable operators that provides for a clean, declarative approach to working with sequences of data.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

unittest

More

Packages that depend on reactive