fluid 2.1.3
fluid: ^2.1.3 copied to clipboard
Handle dependencies for your widgets and model output of data from them as flows of fluid
2.1.3 #
- Don't dispose fluids without a factory function
2.1.2 #
- Dont make the
fluidFactoryparameter ofFluidBuilderrequired
2.1.1 #
- Only add an internal
_FluidWidgetif factory is set
2.1.0 #
- The
fluidFactoryparameter for aFluidBuildercan now be set to null. If this parameter is null, the builder will attempt to resolve the fluid based on possible ancestor builders of the same type.
2.0.0 #
Note: This release has breaking changes.
This is a breaking release that mostly updates the addListener and removeListener logic for Flow<T>s.
Flow- BREAKING:
Flow()class has been made abstract with noemitmethod. Use aValueFlowfor emitting values now.
- BREAKING:
Fluid- BREAKING:
valueNotifier()method has been removed. Instead, use aStreamFlow. - BREAKING:
observe()method has been removed. Instead, use aStreamFlow.
- BREAKING:
1.0.1 #
- Fixed issue with internal imports
1.0.0 #
- Initial release