sync_ease 0.0.13 sync_ease: ^0.0.13 copied to clipboard
A lightweight Flutter State Management library for simplified state handling in Flutter applications.
[0.0.11] - 2024-05-02 #
Added #
- Added
onRegistered
andonGet
functions to theSyncEaseLogic
class. - Deprecated
onInit
andonReady
functions in theSyncEaseLogic
class. - Fixed potential infinity loop issue in the
SyncEaseLogic
class.
[0.0.4] - 2024-03-04 #
Added #
- Added
LogicBuilder
widget. - Added
SyncEaseApp
for Material App. - Added
EaseHelper
class, which provides utility functions for retrieving screen dimensions. - Added
put
function for updatingLogicBuilder
widget.
[0.0.1] - 2024-03-06 #
Added #
- Initial release of SyncEase.
- Simple and intuitive API for state management.
- Error handling for seamless error management within state.
- Loading state management for visual feedback during async operations.
- Batch operations for atomic updates to multiple values.
- Listener support for reacting to state changes and updating UI.
- Versatility: suitable for various state management scenarios.