Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

at this point the state of the widget element tree is no longer stable. flutter

GlobalKey _scaffold = Global Key();
Scaffold(
  key: _scaffold
);
...
showDialog(context: _scaffold.currentContext)
Source by github.com #
 
PREVIOUS NEXT
Tagged: #point #state #widget #element #tree #longer #flutter
ADD COMMENT
Topic
Name
5+5 =