fluxstate library
FluxState: A lightweight, reactive state management library for Flutter. Exports core components for state management, dependency injection, navigation, and persistence.
Classes
-
Flux<
T> -
A reactive state container that manages a value of type
T
, provides a stream of updates, and supports history tracking. -
FluxBuilder<
T> - A widget that rebuilds when a Flux state changes.
- Simple navigation utilities for Flutter apps using FluxState.
- FluxPersist
- Persistence utilities for saving and loading Flux state.
- FluxState
- Dependency injection utilities for managing services in FluxState.