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
I am new to Flutter, so this may not be an actual issue. I am concerned about potential memory (or other resource) leaks when, for example, a developer fails to call dispose() on objects referenced in a State object during the latter's disposal (see below). Can we add unit tests or a tool in CI/CD that will check for leaks?
I am new to Flutter, so this may not be an actual issue. I am concerned about potential memory (or other resource) leaks when, for example, a developer fails to call
dispose()
on objects referenced in a State object during the latter's disposal (see below). Can we add unit tests or a tool in CI/CD that will check for leaks?See this flutter devtools issue for more info.
The text was updated successfully, but these errors were encountered: