Skip to content

Commit

Permalink
🔥 remove pkg install in Install
Browse files Browse the repository at this point in the history
  • Loading branch information
H2Sxxa committed Jul 25, 2024
1 parent 62efae5 commit 27ce72f
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions lib/views/pages/install.dart
Original file line number Diff line number Diff line change
Expand Up @@ -182,27 +182,6 @@ class _InstallPageState extends State<InstallPage> {
),
],
),
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)),
),
],
),
),
],
),
);
Expand Down

0 comments on commit 27ce72f

Please sign in to comment.