flutter_rx_stream_builder 2.0.1
flutter_rx_stream_builder: ^2.0.1 copied to clipboard
An rx stream builder that can pre-populate the initial data of a stream builder from an rx value / replay observable
2.0.1 31/05/2021 #
- Fixed a null assertion error with ValueStream
2.0.0 15/04/2021 #
- Updated to null-safety
1.0.3 18/12/2019 #
- Updated to adhere with new names in RxDart
1.0.2 21/08/2019 #
- Fixed issue getting initial data of ReplaySubject with no value in value collection
1.0.1 01/07/2019 #
- Added ability to define snapshot index in the case where a ReplayObservable is passed in and may have a collection of values accessible
1.0.0 28/06/2019 #
- Initial release