Skip to content

Commit a7d111c

Browse files
committed
ok
1 parent 5c1059b commit a7d111c

4 files changed

Lines changed: 1143 additions & 1 deletion

File tree

packages/flutter/example/lib/live_list/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class _MyAppState extends State<MyApp> {
8787
fromJson: (Map<String, dynamic> json) =>
8888
ParseObject('Test')..fromJson(json),
8989
duration: const Duration(seconds: 1),
90-
childBuilder: (BuildContext context, ParseLiveListElementSnapshot<ParseObject> snapshot [int? index]) {
90+
childBuilder: (BuildContext context, ParseLiveListElementSnapshot<ParseObject> snapshot, [int? index]) {
9191
if (snapshot.failed) {
9292
return const Text('something went wrong!');
9393
} else if (snapshot.hasData) {

0 commit comments

Comments
 (0)