标签: flutter
Hi, See the code I don't know from where the error message is comming i used url and in the error it's showing string can't be assign to the type uri. I did change the url type to string but still giving this error I'm following udemy course and i have copied the same file but still giving this error. Can anyone help me
答案 0 :(得分:2)
使用以下作为您的url
url
final url = Uri.parse("www.yourURL.here");