You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Describe the bug
Consider a fix that adds a statement inside the
disposemethod of a stateful widget. To do so, the fixThe fix works fine when being applied alone, but adds multiple dispose methods with
Fix all.Expected behavior
Fix allshould handle the fix sequentially, and the subsequent fix should respect the changes that the previous fix has made.