Skip to content

Commit d594bd0

Browse files
committed
update demo
1 parent 9695a37 commit d594bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MyApp extends StatelessWidget {
1616
theme: ThemeData(
1717
primarySwatch: Colors.blue,
1818
),
19-
home: const MyHomePage(title: 'Agora Flutter SDK Demo'),
19+
home: const MyHomePage(title: 'Flutter SDK Demo'),
2020
);
2121
}
2222
}

0 commit comments

Comments
 (0)