From 1320fcfc6aff5072b5b8bf4051f7d5d0aab35872 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Fri, 23 Jan 2026 17:31:10 -0500 Subject: [PATCH] feat(hub_card): remove NFC button from HubCard widget --- .../hubs/lib/src/presentation/widgets/hub_card.dart | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/apps/mobile/packages/features/client/hubs/lib/src/presentation/widgets/hub_card.dart b/apps/mobile/packages/features/client/hubs/lib/src/presentation/widgets/hub_card.dart index 5d516cf9..71812723 100644 --- a/apps/mobile/packages/features/client/hubs/lib/src/presentation/widgets/hub_card.dart +++ b/apps/mobile/packages/features/client/hubs/lib/src/presentation/widgets/hub_card.dart @@ -100,18 +100,6 @@ class HubCard extends StatelessWidget { ), Row( children: [ - IconButton( - onPressed: onNfcPressed, - icon: const Icon( - UiIcons.nfc, - color: UiColors.primary, - size: 20, - ), - padding: EdgeInsets.zero, - constraints: const BoxConstraints(), - splashRadius: 20, - ), - const SizedBox(width: UiConstants.space2), IconButton( onPressed: onDeletePressed, icon: const Icon(