Flutter_web_plugin ^3.5.0 for some pits
1, net: : err_unknown_url_scheme
WebviewScaffold instantiated with invalidUrlRegex:'^ctrip.*'Set invalid URL regex. The default WebView only handles HTTP, HTTPS URL schemesCopy the code
Net :: err_clearTEXt_not_permitted
The AndroidManifest under the android depend on the package. The application of XML node add parameters android: usesCleartextTraffic ="true"Can beCopy the code
Enable AndroidX support
Add the following property to gradle.properties under android dependencies: android.useAndroidx =true
android.enableJetifier=trueMigrate to AndroidX if you want to Migrate to AndroidX, you can Migrate to AndroidX if you want to Migrate to AndroidXCopy the code