Skip to content

Commit de12988

Browse files
authored
Update main.dart
1 parent 03b6f31 commit de12988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/main.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ class _HomeViewState extends State<HomeView> {
4141
Icons.view_agenda_outlined, 'Convex BottomAppBar', '3.0.0', '/convex_bottom_bar'),
4242
CustomListTile(
4343
Icons.calendar_today, 'Date Format', '2.0.2', '/date_format'),
44-
// CustomListTile(Icons.launch, 'Url Launcher', '6.0.9', '/url_launcher'),
45-
// CustomListTile(Icons.font_download_outlined, 'Google Fonts', '2.1.0', '/google_fonts'),
46-
// CustomListTile(Icons.lock_outline, 'Crypto', '3.0.1', '/crypto'),
44+
CustomListTile(Icons.launch, 'Url Launcher', '6.0.9', '/url_launcher'),
45+
CustomListTile(Icons.font_download_outlined, 'Google Fonts', '2.1.0', '/google_fonts'),
46+
CustomListTile(Icons.lock_outline, 'Crypto', '3.0.1', '/crypto'),
4747
];
4848

4949
@override

0 commit comments

Comments
 (0)