setState()
called after dispose error in version 0.6.0 (not present in version 0.5.0)
#226
Labels
setState()
called after dispose error in version 0.6.0 (not present in version 0.5.0)
#226
Bug report
Describe the bug
The provided code encounters an error in the version 0.6.0, which does not occur in version 0.5.0. The error is related to setState() being called after the widget has been disposed.
Steps to reproduce
Steps to reproduce the behavior:
flutter run
Exception caught by foundation library
Expected behavior
The modal sheet should open without errors, as it does in version 0.5.0.
Additional context
Here is a video demonstrating the issue:
2024-06-05.16.38.29.mov
The text was updated successfully, but these errors were encountered: