https://github.com/flutter/flutter/issues/64935
Async calls in override dispose() throws exception when dispose function is async · Issue #64935 · flutter/flutter
I ran into an interesting issue while using flutter sounds to play some sounds Basically, when SoundPlayerUI is disposed, it needs to stop playing the current sound. @override Future<void> di...
github.com
위 링크에 가시면 이런저런 이야기가 많은데....
본인이 개발한 로직 중에 Async로 호출된 함수 내에서 화면이 없는데 dispose()를 호출하고 있는 부분이 없는지 찾아보시는게 우선입니다.
'Flutter(플러터) > Error' 카테고리의 다른 글
setState() or markNeedsBuild() called during build. (0) | 2022.01.11 |
---|---|
Vertical viewport was given unbounded height (0) | 2022.01.11 |
Could not find a file named “pubspec.yaml” (0) | 2022.01.11 |
This widget has been unmounted, so the State no longer has a context (0) | 2022.01.10 |
don't support null safety (0) | 2021.12.10 |
댓글