observable_pattern 1.1.5 copy "observable_pattern: ^1.1.5" to clipboard
observable_pattern: ^1.1.5 copied to clipboard

Observable Pattern is a pattern that use a class to hold a value to manage changes to dispatch notification for every streams

1.1.4 Bug fixes. #

  • Fixed a bug when you're validating dynamic objects on Observable.combine.

1.1.3 Added repository. #

  • Now you can make an issue or create a pull request!

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

1.0.4 Added MIT License. #

1.0.3 Added Description. #

1.0.2 Added Example. #

1.0.1 Added description. #

1.0.0 Initial version. #

2
likes
25
points
6
downloads

Publisher

verified publishervegasdevelopments.com

Weekly Downloads

Observable Pattern is a pattern that use a class to hold a value to manage changes to dispatch notification for every streams

License

MIT (license)

Dependencies

flutter

More

Packages that depend on observable_pattern