I have converted google website into Web app for android using webview_flutter: ^1.0.7 package when I run the code in my physical device by making it external emulator the app work perfectly but when I build the APK using flutter build apk --release I got the the APK file and when I install the APK after opening the application it say Web page not available you can see the image below. I think it was not able to connect through internet enter image description here

当我通过让我的设备模拟器完美运行来安装应用程序时,你可以看到下面

enter image description here

如果您需要有关此的更多信息,请发表 comments .

推荐答案

android\app\src\main\AndroidManifest.xml添加internet权限

examble :

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.test">

    <uses-permission android:name="android.permission.INTERNET" /> // add this line

   <application
        android:label="test1"
        android:name="${applicationName}"
        android:icon="@mipmap/ic_launcher">

有关更多信息,请访问此页面INTERNET PERMISSION

Flutter相关问答推荐

在Flutter中,CachedNetworks Image不工作(不从CachedData加载)

如何等待抖动S定时器.定期取消?

创建后检索FiRestore文档ID

如何使用新的Riverpod语法将依赖传递给AsyncNotifier?

ProviderContainer和GoRouter

为什么Flutter 翼扩展卡有上下边框?

'Flutter的无效常数值错误

如何从DART中的事件列表中获取即将到来的日期

Flutter Web Dio XMLHttpRequest 上传大文件时出错

尽管我的 url 链接正确,但 ArgumentError(无效参数:URI 文件中未指定主机:///)错误

在参数为空时保持命名参数的默认值

为什么我们使用 RiverpodGenerator

Flutter:为什么我的 listTile colored颜色 被容器 colored颜色 覆盖了?

如何在 flutter 中使用带有有效负载数据的重定向来执行 firebase 推送通知.?

Flutter - 根据从第一个 DropdownButtonForm 中 Select 的内容在第二个 DropdownButton 上显示选项

Flutter使Perspective Page View无限循环

我可以定义一次 sharedPreferences 并在需要数据显示到 flutter 应用程序时调用它吗?

如何在 Flutter 中滚动时为多个小部件设置动画

在 CircleAvatar 中放置芯片

TextSpan 避免符号字符串组上的换行符