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 9695a37 commit d594bd0Copy full SHA for d594bd0
example/lib/main.dart
@@ -16,7 +16,7 @@ class MyApp extends StatelessWidget {
16
theme: ThemeData(
17
primarySwatch: Colors.blue,
18
),
19
- home: const MyHomePage(title: 'Agora Flutter SDK Demo'),
+ home: const MyHomePage(title: 'Flutter SDK Demo'),
20
);
21
}
22
0 commit comments