simple_streams 1.0.3 copy "simple_streams: ^1.0.3" to clipboard
simple_streams: ^1.0.3 copied to clipboard

outdatedDart 1 only

A wrapper meant to make streams as simple as possible, while avoiding memory leaks.

Simple streams is designed to make triggering and listening to events simple. Its goal is to help avoid memory leaks and keep code clean at the same time.

Should be used soley for event streams (or somewhere you would normally use a broadcast stream in dart) (i.e. you wanted to make your own onClick or something similar). Not meant for other streaming purposes.

Source code: https://github.com/Nick-Anderssohn/simple-streams

See the example in the test folder.

How to install: https://pub.dartlang.org/packages/simple_streams

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A wrapper meant to make streams as simple as possible, while avoiding memory leaks.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

browser, js

More

Packages that depend on simple_streams