Skip to content

Commit 80c7dd7

Browse files
authored
Fix template app documentation (#131125)
The PR fixes template app documentation
1 parent 4a86d6d commit 80c7dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_tools/templates/app/lib/main.dart.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class MyApp extends StatelessWidget {
5050
// This is the theme of your application.
5151
//
5252
// TRY THIS: Try running your application with "flutter run". You'll see
53-
// the application has a blue toolbar. Then, without quitting the app,
53+
// the application has a purple toolbar. Then, without quitting the app,
5454
// try changing the seedColor in the colorScheme below to Colors.green
5555
// and then invoke "hot reload" (save your changes or press the "hot
5656
// reload" button in a Flutter-supported IDE, or press "r" if you used

0 commit comments

Comments
 (0)