EasyStatefulBuilder.getState('identifier')
returns the current state- You can access the current state using
returnedValue.currentState
- You can not change the current state
- You can access the current state using
EasyStatefulBuilder.dispose('identifier')
explicitly unregister the state- Currently, the disposing order of this method and the actual widget should be considered.
- Set state not to be disposed when
keepAlive
is true
- Add more example
- Add korean description
- Fix typo
- First release
- TODO: Describe initial release.