From db7160b094ff1b27a03dba04977201614a8e3275 Mon Sep 17 00:00:00 2001 From: streaper2 Date: Thu, 29 Jan 2026 20:38:52 +0100 Subject: [PATCH] =?UTF-8?q?+d=C3=A9sactivation=20du=20selecteur=20de=20cib?= =?UTF-8?q?le=20dans=20la=20page=20capture=20analyse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/features/capture/capture_screen.dart | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/lib/features/capture/capture_screen.dart b/lib/features/capture/capture_screen.dart index 6c513e8..ee0cc45 100644 --- a/lib/features/capture/capture_screen.dart +++ b/lib/features/capture/capture_screen.dart @@ -39,15 +39,16 @@ class _CaptureScreenState extends State { child: Column( crossAxisAlignment: CrossAxisAlignment.stretch, children: [ + // TODO: une fois la cible de silhouette mise en place, rajouter le selecteur // Target type selection - _buildSectionTitle('Type de Cible'), - const SizedBox(height: 12), - TargetTypeSelector( - selectedType: _selectedType, - onTypeSelected: (type) { - setState(() => _selectedType = type); - }, - ), + // _buildSectionTitle('Type de Cible'), + // const SizedBox(height: 12), + // TargetTypeSelector( + // selectedType: _selectedType, + // onTypeSelected: (type) { + // setState(() => _selectedType = type); + // }, + // ), const SizedBox(height: AppConstants.largePadding), // Image source selection