observable_pattern 1.1.2
observable_pattern: ^1.1.2 copied to clipboard
Observable Pattern is a pattern that use a class to hold a value to manage changes to dispatch notification for every callbacks
1.1.2 Bug fixes. #
- Bug fixed on Observable.combine was not validating correctly
1.1.1 Updated README. #
1.1.0 Breaking Changes and Bug fixes. #
- Bug fixed when using hot reloading
- Changed from Callbacks to Stream
- ObserverBuilder parameters has a Reaction object
- Observer parameters change from observable to stream
1.0.6 Updated docs, example and bug fixes. #
1.0.5 Bug fixes ad Breaking Changes. #
- Bug fixed on dispatching notification with an object with Observable.combine, now it's async
- Bug fixed on dispatching notification on validating with an object with Observable.combine, now callbacks wait for the other like an async process
- Added DartDocs comments for better understanding
- Fixed the error when an object is null after calling ObserverInjection.of
- Observer Builder parameters has an AsyncSnapshot