simple_observable 0.2.1
simple_observable: ^0.2.1 copied to clipboard
A minimal observable and debouncer that works with callbacks, Futures, Streams, or any combination of the three.
0.2.1 July 19, 2019 #
- Add [Throttle] class.
0.2.0 November 5, 2018 #
- breaking: once canceled the observable/debouncer is no longer usable.
- Moved
cancel()to base class. - Return type of callback function is now
voidinstead ofdynamic. - Add more to
./example/main.dart.
0.1.1 October 22, 2018 #
- Add
setValue(). - Put source code in readme.
0.1.0 October 22, 2018 #
- First release.