We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049cb00 commit 683c29cCopy full SHA for 683c29c
example/main.dart
@@ -6,7 +6,7 @@ main(List<String> arguments) async {
6
// https://developers.google.com/books/docs/overview
7
var url = "https://www.googleapis.com/books/v1/volumes?q={http}";
8
9
- // Await the http get response, then decode the json-formatted responce.
+ // Await the http get response, then decode the json-formatted response.
10
var response = await http.get(url);
11
if (response.statusCode == 200) {
12
var jsonResponse = convert.jsonDecode(response.body);
0 commit comments