- Wrapper
FluxoResult
type for common Async/UI/Repository/Cached states.
Can represent state in a mixed condition, like "cached empty value" or "loading with some default data", etc.- Not loaded
- Cached
- Loading
- Empty
- Success
- Failure
- Mapping and handling util functions for
FluxoResult
.
- Compile with JetBrains Compose for safe usage with Compose.
- Fetching utils for easier
FluxoResult
usage.- (Optional) Retry logic.