stream_bloc 0.4.0
stream_bloc: ^0.4.0 copied to clipboard
Modern implementation of the Original BLoC that uses asynchronous generators to describe relationships between events and states.
0.4.0 - [13.04.2022] #
Added #
- Add
purple_lints
as a package linter. - Add
StreamBlocObserverConfig
,StreamBlocObserverLocation
and staticStreamBlocObserver.config
variable, thus adding the static variable option for global injection of theStreamBlocObserver
. - Add Setter for the
StreamBlocObserver.current
variable. - Add
const
constructor to theStreamBlocObserver
.
Changed #
- Bump
bloc
dependency.
Fixed #
- Fix annotations for implemented and inherited methods.
- Fix documentation member references.
- Import
StreamBlocMapper
.
0.3.1 - [13.02.2022] #
- Fixed
StreamBlocObserver
'sStreamBlocObserver.current
getter. - Dropped minimum package version constraint to
2.12.0
.
0.3.0 - [06.02.2022] #
- Added
transformSourceEvents
.
0.2.1 - [04.02.2022] #
- Fixed imports.
0.2.0 - [04.02.2022] #
- Events stream is made broadcast.
- Package exports include the
bloc
package. - Fixed meta dependency, bumping it to the latest version.
- Added missing
on...
arguments toBlocLifecycleMixin
's methods. StreamBlocObserver
's methods expect interfaces.- Added missing documentation. The package is now 100% documented.
0.1.0 - [06.01.2022] #
- Initial version.