Closed
Description
I updated my http
package to the latest version which is 0.13.0
. I read the documentation and used it my code.
I had this error "The argument type String
can't be assigned to the parameter type Uri
. "
To my surprise, I found out that the documentation was outdated.
There is a breaking change in version 0.13.0
which warns us to use a Uri
object to replace the Uri
string when making a request.
Metadata
Metadata
Assignees
Labels
No labels