sync_ease 0.0.4 sync_ease: ^0.0.4 copied to clipboard
A lightweight Flutter State Management library for simplified state handling in Flutter applications.
Changelog #
All notable changes to this project will be documented in this file.
[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.