the argument type 'string' can't be assigned to the parameter type 'int' code example
Example: The argument type 'String' can't be assigned to the parameter type 'Uri'.
Replace http.get(someString) With http.get(Uri.parse(someString))
Replace http.get(someString) With http.get(Uri.parse(someString))