小新哥哥
小新哥哥
同问, idea, 导入工程后 怎么将程序运行起来
Having the same issue here
i have the same problem
> For workaround see [flutter/flutter#178600 (comment)](https://github.com/flutter/flutter/issues/178600#issuecomment-3580877721) TL;DR Issue mitigation > > // OLD (broken in Flutter 3.38) > Overlay.of(Get.overlayContext!); > > // NEW (works with Flutter 3.38+) > Get.overlayContext! >...