From 27ce72fe1ff53233312aa19bee1a9084306d4442 Mon Sep 17 00:00:00 2001 From: H2Sxxa Date: Thu, 25 Jul 2024 20:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20pkg=20install=20in=20`I?= =?UTF-8?q?nstall`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/views/pages/install.dart | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/lib/views/pages/install.dart b/lib/views/pages/install.dart index ab83811..b7e7a90 100644 --- a/lib/views/pages/install.dart +++ b/lib/views/pages/install.dart @@ -182,27 +182,6 @@ class _InstallPageState extends State { ), ], ), - divider8, - ListTile( - leading: const Icon(FontAwesomeIcons.section), - title: context.i18nText("Install Essential Packages(Optional)"), - ), - Card.filled( - child: Column( - children: [ - ListTile( - title: const Text("C (GCC)"), - trailing: IconButton( - onPressed: () {}, icon: const Icon(Icons.copy)), - ), - ListTile( - title: const Text("C (Clang)"), - trailing: IconButton( - onPressed: () {}, icon: const Icon(Icons.copy)), - ), - ], - ), - ), ], ), );