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.

About #

Reactive Dart (RD) is an implementation of the reactive model on sequences.

Plainly stated, this project implements the dual of an Enumerable type: Observable.

RD formalizes the idea that everything in the environment is just a sequence of data being pushed at the application. It provides a collection of composable operaters. This composability allows for a clean, declarative programming style.

More Information #

See the getting_started.md file.

For a list of operators, see the operator_list file.

License #

Apache 2.0

0
likes
5
pub points
0%
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