flutter gets the current global context

Just add navigatorKey in Global

static GlobalKey<NavigatorState> navigatorKey = GlobalKey<NavigatorState>();
Global.navigatorKey.currentContext

Guess you like

Origin blog.csdn.net/weixin_44911775/article/details/133303008
Recommended