小新哥哥

Results 5 comments of 小新哥哥

同问, idea, 导入工程后 怎么将程序运行起来

Having the same issue here

> 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! >...