Releases: SilentCatD/inherited_rxdart
Releases · SilentCatD/inherited_rxdart
Release 2.0.0
- Remove Rx static class to avoid name clash, it's functionality is now a part of RxProvider
- Make transformer of RxEventDispatcherMixin more flexible
Release 1.6.1
- Hotfix: not rebuild
Release v1.6.0+1
Change doc
Release 1.6.0
- Introduce event dispatcher, allow event stream from ui to bloc.
v1.5.0
- Correct doc
- Change Rx class structure
- Rework import
v1.4.2
- Edit README, doc
- Change Error classes name
Release 1.4.1
- Fix bug late value
v1.4.0
- Add Rx Static class
Release v1.3.0+1
- Builders and Listeners now have a value constructor. Which can take an instance of rx.
- Format
Release 1.2.0
- Rx now can add/remove listener