flutter -webview 报错 err_cleartext_not_permitted

文件 androidappsrcdebugAndroidManifest.xml

flutter -webview 报错 err_cleartext_not_permitted
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.yudo.myc">
    <uses-permission android:name="android.permission.INTERNET"/>

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