subx 1.0.3 subx: ^1.0.3 copied to clipboard
RxDart Subscriptions management. Provide Apis to store and manage RxDart subscriptions and provide methods to unsubscribe them all.
Changelog #
1.0.3 (2021-06-28) #
Enhancements #
- Update dependencies.
1.0.2 (2021-06-28) #
Enhancements #
- Update dependencies.
1.0.1 (2021-05-16) #
Improvements #
- Minor improvements.
1.0.0 (2021-03-24) #
- First stable version.
0.7.0 (2021-03-05) #
Enhancements #
- Supports sound null safety.
0.6.2 (2020-10-19) #
Enhancements #
- Minor performance improvements.
0.6.1 (2020-10-10) #
Enhancements #
- Minor improvements.
0.6.0 (2020-10-10) #
Features #
- SubxList: Add the method
addAll
Breaking Changes #
- Requires dart 2.10.0
0.5.0 (2019-12-23) #
Breaking Changes #
- Requires dart 2.6.0
0.4.0 (2019-09-24) #
Features #
- SubxMap: Add the method
pauseAll
- SubxMap: Add the method
resumeAll
- SubxList: Add the method
pauseAll
- SubxList: Add the method
resumeAll
0.3.0 (2019-05-29) #
Features #
- First reviewed release