Skip to content

Instantly share code, notes, and snippets.

@ulisseshen
Created January 13, 2022 14:59
Show Gist options
  • Save ulisseshen/475c0ac2bd724c9bdf570a0832cce3cd to your computer and use it in GitHub Desktop.
Save ulisseshen/475c0ac2bd724c9bdf570a0832cce3cd to your computer and use it in GitHub Desktop.
Future<http.Response> fetchAlbum() {
return http.get(Uri.parse('https://jsonplaceholder.typicode.com/albums/1'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment