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
Fluid (Flutter UI Dependencies) helps you manage dependencies on classes outside your widget tree and changes to their state.
Fluids poor down and fills up your widgets with the data you need.
Features #
- Provide
Fluid
classes to your widgets/UI. - Model updates of data from your
Fluid
as synchronous streams of data asFlow
classes