Skip to content

Commit 2eb1619

Browse files
committed
format: format example app
1 parent d367305 commit 2eb1619

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

example/lib/main.dart

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ class MyApp extends StatelessWidget {
3838
'/envelope': (context) => const EnvelopIndicatorScreen(),
3939
'/fetch-more': (context) => const FetchMoreScreen(),
4040
'/horizontal': (context) => const HorizontalScreen(),
41-
'/programmatically-controlled': (context) =>
42-
const ProgrammaticallyControlled(),
41+
'/programmatically-controlled': (context) => const ProgrammaticallyControlled(),
4342
},
4443
);
4544
}
@@ -86,8 +85,7 @@ class MainScreen extends StatelessWidget {
8685
child: Container(
8786
height: 50,
8887
alignment: Alignment.center,
89-
child:
90-
const Text("Custom Material Indicator"),
88+
child: const Text("Custom Material Indicator"),
9189
),
9290
onPressed: () => Navigator.pushNamed(
9391
context,

0 commit comments

Comments
 (0)