stream_mixin 1.0.3 stream_mixin: ^1.0.3 copied to clipboard
A simple mixin for adding a stream behaviour to any class object
[1.0.3] - 20 June 2020. #
- moved todo example in separate file
[1.0.2] - 20 June 2020. #
Bux fixes: #
- null id in example todo model
- fixed add method in StoreService
- added updateAll in StoreService
- changed item in StreamMixin to element
- made element in StreamMixin optional
- updated tests for above changes
[1.0.1] - 20 June 2020. #
- Added intention in readme.
[1.0.0] - 20 June 2020. #
- Initial Release.