bloc_stream 5.3.0 bloc_stream: ^5.3.0 copied to clipboard
A simple package that helps you to implement the BLoC pattern in your applications.
5.3.0 #
- Allow synchronous actions to update state immediately
5.2.0 #
- Update SDK constraint to
2.13.0
5.1.0 #
- Update
Action
signature to returnFutureOr
5.0.1 #
- Catch errors - error states should be manually managed
5.0.0 #
- Add null safety
4.5.0 #
- More action API changes
- Close internal state subject once action stream is done.
4.4.0 #
- Change signature of action functions.
4.3.2 #
- Internal bug fix - use
whenComplete
instead ofthen
for closing stream controller.
4.3.1 #
- Remove action helper
4.3.0 #
- Change signature of action functions.
4.2.4 #
- Add @mustCallSuper to
willUpdateValue
4.2.3 #
- Add
initialValueOverride
forPersistedBlocStream
.
4.2.2 #
- Use
value
getter internally.
4.2.1 #
- Add
willUpdateValue
method toBlocStream
.
4.2.0 #
- Move
initialValue
to constructor.
4.1.0 #
initialValue
is now required.
4.0.3 #
- Relax internal typing of actions for cleaner API
4.0.2 #
- Un-protect cancelOnClose
4.0.1 #
- Cancel internal subscriptions on close
4.0.0 #
- Use new action dispatch pattern
3.0.0+1 #
- Update examples
3.0.0 #
- Switch back to original API
2.1.0 #
- Remove
asObservable
2.0.1 #
- Add listen method.
2.0.0 #
- Move output stream to
.stream
to reduce API surface.
1.1.0 #
- Mark some methods as
@protected
.
1.0.1 #
initialValue
now defaults tonull
.
1.0.0+3 #
- Fix links in README
1.0.0+2 #
- Fix CHANGELOG.md
1.0.0+1 #
- Update example.
1.0.0 #
- Initial version