【发布时间】:2020-08-31 16:14:36
【问题描述】:
我的 Flutter 应用程序在调试模式下运行良好,但是当我释放它时,它并没有连接到互联网。
这些是应用程序依赖项:
- cached_network_image: "^2.2.0"
- dio: "^3.0.9"
- permission_handler: ^5.0.0+hotfix.6
- flutter_local_notifications:^1.4.3
- flutter_launcher_icons: "^0.7.3"
【问题讨论】:
-
你能分享你的主要
AndroidManifest.xml吗?
标签: android flutter dart flutter-dependencies flutter-test