easy_state_getx 0.1.1
easy_state_getx: ^0.1.1 copied to clipboard
GetX adapter for easy_state_core. Provides GetX-based state management integration.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-01-12 #
Added #
EasyGetxController<T>- Base controller for single value async requests withStateMixinintegrationEasyGetxPagedController<T>- Base controller for paginated async requests with infinite scroll supportRxStore<S>- GetXRx<T>backed implementation ofEasyStore<S>EasyGetXExtension- Utility extensions onGetInterface(getOrPut,doIfRegistered,safeDelete)EasyStatusExtension- Extension to convertEasyStatustoRxStatus- Auto-sync between
EasyValueState/EasyPagedStateand GetX'sRxStatus - Stale-while-revalidate pattern: old data stays visible during refresh
- Concurrency protection: duplicate requests automatically deduplicated