String url ='https://jsonplaceholder.typicode.com/posts/1'; Response response = await get(Uri.parse(url)); The above snippet worked