simple_observable 2.0.0
simple_observable: ^2.0.0 copied to clipboard
Observe value changes using a Future, Stream, and/or a callback.
2.0.0 #
- Support null safety
1.1.0 August 4, 2019 #
- Rename
SimpleObservable
to justObservable
.
1.0.0 August 4, 2019 #
- Remove the Debouncer and Throttle classes.
- Remove deprecations. This package will be a dependency of the
debounce_throttle
package instead. It has value as a stand alone package.
0.3.1 July 19, 2019 #
- Fix
Throttle
.
0.3.0+2 July 19, 2019 #
- Deprecate library in favor of new name,
debounce_throttle
.
0.3.0 July 19, 2019 #
- Change argument list to allow passing an initial value.
- Updated example.
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
void
instead 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.