Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a41453e

Browse files
committed
📦 NEW: print
1 parent 2f9a032 commit a41453e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/ListRecord.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class NewListRecord extends State<ListRecord> {
1717
var response = await http.get(apiURL);
1818
if (response.statusCode == 200) {
1919
data = jsonDecode(response.body);
20-
returndata;
20+
print(data);
2121
} else {
2222
print('fail');
2323
print(response);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /