Skip to content

Commit 389b83a

Browse files
committed
Update haiku_generator
1 parent a6d1cb0 commit 389b83a

File tree

5 files changed

+5
-15
lines changed

5 files changed

+5
-15
lines changed

haiku_generator/finished/lib/main.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ class MyApp extends StatelessWidget {
1313
Widget build(BuildContext context) {
1414
return MaterialApp(
1515
title: 'Haiku Generator Demo',
16-
theme: ThemeData(
17-
18-
),
16+
theme: ThemeData(),
1917
home: const HaikuPage(title: 'Haiku generator for Google products'),
2018
);
2119
}

haiku_generator/step0/lib/main.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ class MyApp extends StatelessWidget {
1313
Widget build(BuildContext context) {
1414
return MaterialApp(
1515
title: 'Haiku Generator Demo',
16-
theme: ThemeData(
17-
18-
),
16+
theme: ThemeData(),
1917
home: const HaikuPage(title: 'Haiku generator for Google products'),
2018
);
2119
}

haiku_generator/step1/lib/main.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ class MyApp extends StatelessWidget {
1313
Widget build(BuildContext context) {
1414
return MaterialApp(
1515
title: 'Haiku Generator Demo',
16-
theme: ThemeData(
17-
18-
),
16+
theme: ThemeData(),
1917
home: const HaikuPage(title: 'Haiku generator for Google products'),
2018
);
2119
}

haiku_generator/step2/lib/main.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ class MyApp extends StatelessWidget {
1313
Widget build(BuildContext context) {
1414
return MaterialApp(
1515
title: 'Haiku Generator Demo',
16-
theme: ThemeData(
17-
18-
),
16+
theme: ThemeData(),
1917
home: const HaikuPage(title: 'Haiku generator for Google products'),
2018
);
2119
}

haiku_generator/step3/lib/main.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ class MyApp extends StatelessWidget {
1313
Widget build(BuildContext context) {
1414
return MaterialApp(
1515
title: 'Haiku Generator Demo',
16-
theme: ThemeData(
17-
18-
),
16+
theme: ThemeData(),
1917
home: const HaikuPage(title: 'Haiku generator for Google products'),
2018
);
2119
}

0 commit comments

Comments
 (0)