modulisto 2.0.2
modulisto: ^2.0.2 copied to clipboard
An advanced state management solution with any number of event flows
2.0.2 #
- docs: actualize documentation for
2.0.*
2.0.1 #
- feat(sync_pipeline):
StreamPipelineLinkerinSyncPipeline
2.0.0 #
- feat!(pipeline): new system of working with custom types in
Pipeline-PipelineLinker - feat!(pipeline): introduce two built-in linkers:
StreamPipelineLinkerandUnitPipelineLinker - feat!(pipeline): changed linkers signature in
Pipeline' constructors, relevant type comes first and then goes by method of subscription - fix!(unit):
Unit<T>now is justValueListenable<T>from Flutter SDK, that means that it doesn'textends Stream<T> - refactor(unit): reduce count of asynchronous calls in
Unitlifecycle - refactor(module):
Pipeline's queued by type for.dispose:AsyncPipelinedisposes first, thenSyncPipelinegoes off too
1.1.0 #
- refactor:
Set<Attachable>instead of attach callback inModule.initialize
1.0.2 #
- docs: fullpledged
README.md
1.0.1 #
- feat:
PipelineContextcan.updateanyUpdatable<T>interface implementation
1.0.0 #
- feat:
Trigger<T>as executiveUnit - feat:
Store<T>as storageUnit - feat:
Pipelineas flow handler (both.asyncand.sync) - feat:
ModuleLifecyclethat allows you to react on module lifecycle updates