flutter -webview 报错 err_cleartext_not_permitted

文件 android\app\src\main\AndroidManifest.xmlandroid

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.name">
    <uses-permission android:name="android.permission.INTERNET"/>

    <application  android:usesCleartextTraffic="true">
    </application>
</manifest>

ps: debug模式则在debug文件夹里修改app

相关文章
相关标签/搜索