eagle_provider 3.1.0
eagle_provider: ^3.1.0 copied to clipboard
A new Flutter package to simple manager state.Based on Cubit/Provider this package makes use of ValueNotifier only
3.1.0 #
- [change]: update version sdk
3.0.0 #
- [add]: add method
onChangeinControllerto be implemented by concrete subclasses to respond to changes in the state. - [change]: rename property
builderWhentobuildWhen - [refact]: Refactor code internal
- [fix]: fix errors in update state
2.0.0 #
- [add]: Add property
listenerinControllerConsummer - [change]: Change concepted property
listenWheninControllerConsummer - [remove]: Removed property
listenWhemofControllerBuilderWidget - [fix]: Existing bug fix in status update
1.1.1 #
- [fix]: Fixed issue with builder When
1.1.0 #
- [add]: new status (initial)
- [fix]: bugs in update state
1.0.4 #
- [Fix]: fix bugs
1.0.2 #
- [Fix]: fix bugs
1.0.1 #
- [add]: home in pubspec.yalm
1.0.0 #
- [start]: First version, simple manager state.