guarded_core 0.2.0
guarded_core: ^0.2.0 copied to clipboard
Core implementation of widget guards for flutter with riverpod usage
0.2.0 - 2022-09-11 #
feat:
- add action check result - that aplies on next build only if guarded is still mounted
- add wrap check result - that allow to wrap passing result widget
0.1.1 - 2022-08-14 #
fix:
- unwanted transit to loading when
keepOldDataOnLoading: trueand check return loading
0.1.0 - 2022-08-14 #
feat(initial):
- extract guarded_core extract from internal projects
- split core and implementation
diff from internal:
- extract executor from GuardedWidgetBase
- GuardedWidgetBase support sync updates
- GuardBase remove behavior and change
checkmethod signature - behavior action now must be applied before return result from check
- add some tests