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