provider_statekit 1.0.3
provider_statekit: ^1.0.3 copied to clipboard
The state/controller/ViewModel basic toolkit under the Provider architecture
1.0.0 #
- Initial version.
1.0.1 #
- Update.
1.0.2 #
- BaseStateScope: Delays the initialization during
autoInitializeuntil after the current frame is built (viaWidgetsBinding.instance.addPostFrameCallback) to prevent the "setState() /markNeedsBuild() was called during build" error caused by triggeringnotifyListeners()during the build phase.
1.0.3 #
- Add comment.