simple_streams 1.0.0 copy "simple_streams: ^1.0.0" to clipboard
simple_streams: ^1.0.0 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.

0
likes
0
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

unknown (LICENSE)

Dependencies

browser, js

More

Packages that depend on simple_streams