Skip to content

Commit 9f13eb4

Browse files
committed
dart format .
1 parent e087133 commit 9f13eb4

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

homescreen_codelab/step_03/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class MyApp extends StatelessWidget {
1414
Widget build(BuildContext context) {
1515
return MaterialApp(
1616
theme: ThemeData(
17-
1817
appBarTheme: AppBarTheme(
1918
backgroundColor: ColorScheme.fromSeed(seedColor: Colors.deepPurple)
2019
.primaryContainer,

homescreen_codelab/step_04/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class MyApp extends StatelessWidget {
1414
Widget build(BuildContext context) {
1515
return MaterialApp(
1616
theme: ThemeData(
17-
1817
appBarTheme: AppBarTheme(
1918
backgroundColor: ColorScheme.fromSeed(seedColor: Colors.deepPurple)
2019
.primaryContainer,

homescreen_codelab/step_05/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class MyApp extends StatelessWidget {
1414
Widget build(BuildContext context) {
1515
return MaterialApp(
1616
theme: ThemeData(
17-
1817
appBarTheme: AppBarTheme(
1918
backgroundColor: ColorScheme.fromSeed(seedColor: Colors.deepPurple)
2019
.primaryContainer,

homescreen_codelab/step_06/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class MyApp extends StatelessWidget {
1414
Widget build(BuildContext context) {
1515
return MaterialApp(
1616
theme: ThemeData(
17-
1817
appBarTheme: AppBarTheme(
1918
backgroundColor: ColorScheme.fromSeed(seedColor: Colors.deepPurple)
2019
.primaryContainer,

0 commit comments

Comments
 (0)