dataflow 1.4.0
dataflow: ^1.4.0 copied to clipboard
A reactive state management library for Flutter with a simple and intuitive API which allows you to build Flutter applications with ease.
1.4.0 - 2024-10-14 #
- DataSyncWidget improved with more simplicity and better error control
- Bug Fixes
1.2.2 - 2024-08-14 #
Breaking change (Data Sync builder now gives hasData in place of statues) #
- context.dataSync() gives access to action bases status
- context.getStore() gives access to store
- DataFlowException added to handle data flow errors
- Bug Fixes
1.1.1 - 2024-08-05 #
- Added disableErrorBuilder and disableLoadingBuilder props
- actionNotifier now gives an action
- Bug Fixes
1.0.3 - 2024-07-23 #
- Bug Fixes
1.0.2 - 2024-07-08 #
- First Release