dataflow 1.2.1
dataflow: ^1.2.1 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.2.1 (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