Why is flutter giving me this error and how do i fix it?
Good Morning, I was working on this template and i have come to a problem. I can’t find any solutions online to fix the problem. I am getting an error at URLRequest(url: Uri.parse(selectedUrl!)). Error is saying that it is The argument type ‘Uri’ can’t be assigned to the parameter type ‘WebUri?’. How do I fix the error?
Error: the argument type ‘Uri’ can’t be assigned to the parameter type ‘WebUri?’.