iamshaunjp / iamshaunjp/flutter-beginners-tutorial
The argument type 'String' can't be assigned to the parameter type 'Uri'
Open
- Dominant language
- No language data
- Stars
- 1.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
String url ='https://jsonplaceholder.typicode.com/posts/1';
Response response = await get(Uri.parse(url));
The above snippet worked
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.