[Flutter] setState() called after dispose()
경고 메세지 분석
Unhandled Exception: setState() called after dispose(): _NoMoreItemState#dc583(lifecycle state: defunct, not mounted)
This error happens if you call setState() on a State object for a widget that no longer appears in the widget tree (e.g.,...
blog.skku-comit.dev2 min read