How to fix 'net::ERR_CLEARTEXT_NOT_PERMITTED' in flutter

前端 未结 5 1713
情话喂你
情话喂你 2020-12-20 12:49

I have implemented webView in flutter but it is not opening my php website which is on server what I\'m doing wrong.

I am new to flutter and tried webview to integra

5条回答
  •  星月不相逢
    2020-12-20 13:21

    • make network_security_config.xml file.

    
            
                
                    
                        
                    
                
            

    • add this two line in Manifest file in Application tag.

提交回复
热议问题