[ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: setState() called after dispose(): _SearchMapPlaceWidgetState#898db(lifecycle state: defunct, not mounted, tickers: tracking 0 tickers) code example
Example: lifecycle state: defunct, not mounted
void setStateIfMounted(f) {
if (mounted) setState(f);
}