sura_manager 0.1.3
sura_manager: ^0.1.3 copied to clipboard
A custom ValueNotifier and ValueListenableBuilder that support asynchronus value handling.
0.1.3 02 December 2021 #
- add onReady and add support for SuraProvider onManagerError
0.1.2 26 November 2021 #
- add modifyData function to FutureManager
- improve documentation
0.1.1 23 October 2021 #
- Fix a bug where Manager has a data but error isn't null, This lead to some inccrrect widget build since our error still exist in some way
0.1.0 28 September 2021 #
- update ManagerViewState when there is an error and reloading is false, This feature keep the view as previous state, just update the listener only.
- use case: when we want to refresh the data without reloading the view and got an error, but need to rebuild the FutureManagerBuilder's child with current state.
0.0.9 19 September 2021 #
- Update sura_flutter package
- Expose SuraProvider from sura_flutter
0.0.8 21 August 2021 #
- Update sura_flutter package
0.0.7 21 August 2021 #
- Update sura_flutter package
0.0.5 1 August 2021 #
- add hasData method back to FutureManager
0.0.4 29 July 2021 #
- add refreshing widget to FutureManagerBuilder
0.0.3+1 26 July 2021 #
- fix FutureManager loading stack
0.0.3 26 July 2021 #
- rework FutureManager state
0.0.2 28 June 2021 #
- Fix FutureManager addError doesn't trigger error
0.0.1 25 June 2021 #
- initial release