easy_state_getx 0.1.1 copy "easy_state_getx: ^0.1.1" to clipboard
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 with StateMixin integration
  • EasyGetxPagedController<T> - Base controller for paginated async requests with infinite scroll support
  • RxStore<S> - GetX Rx<T> backed implementation of EasyStore<S>
  • EasyGetXExtension - Utility extensions on GetInterface (getOrPut, doIfRegistered, safeDelete)
  • EasyStatusExtension - Extension to convert EasyStatus to RxStatus
  • Auto-sync between EasyValueState/EasyPagedState and GetX's RxStatus
  • Stale-while-revalidate pattern: old data stays visible during refresh
  • Concurrency protection: duplicate requests automatically deduplicated
0
likes
75
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

GetX adapter for easy_state_core. Provides GetX-based state management integration.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

easy_state_core, flutter, get

More

Packages that depend on easy_state_getx