The argument type 'String' can't be assigned to the parameter type 'String? Function(String?) 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))