rx_observable 0.7.2
rx_observable: ^0.7.2 copied to clipboard
Simple reactive variables and widgets. Ideal to use with MVVM like patterns.
0.5.4 #
- Initial release.
0.5.5 #
- Formatting fixed
0.5.6 #
- Formatting fixed again
0.6.0 #
- Migrated from stream based solution to ChangeNotifier
0.6.7 #
- Observable now support two types - Sync (ChangeNotifier based) and Async (StreamController based). Both share same interface and can be used as same type, also can be used as ChangeNotifier or StreamController
- Lot of optimization and refactor
- Tests added
- Minor fixes
- Experimental features added
0.6.8 #
- Formatting fixed
0.6.9 #
- Formatting fixed again
0.7.0 #
- Formatting fixed AGAIN
0.7.1 #
- Formatting fixed AGAIN
0.7.2 #
- alwaysNotify and preFire instead of notifyOnlyIfChanged and fireImmediately;
- select added for observable as well as for Observer widget;
- widgets lifecycle updated;
- test coverage increased;
- notify moved to mutable observable;