streamed_controller 0.2.0
streamed_controller: ^0.2.0 copied to clipboard
A predictable state management library with prebuilt concurrency helpers that implement the Business Logic Component design pattern without complexity of BLoC.
0.2.0 #
- feat: any event (on
DroppableConcurrencyMixinand it descendants) can be awaited as future (until stream finishes working) - fix: copyrighting in README.md
0.1.0 #
- feat:
DroppableConcurrencyMixin, DebouncedDroppableConcurrencyMixin, ThrottleDroppableConcurrencyMixin, RestartableConcurrencyMixin - test: async increment stat, restartable test, concurrent test
- example: async counter example