From 8ad2b7cf7e22297f80e834848b2020b4843a8793 Mon Sep 17 00:00:00 2001 From: Mark M2 Macbook Date: Tue, 2 Jun 2026 13:28:24 +0200 Subject: [PATCH] operation reference not mandatory --- lib/features/operations/ui/operation_form_screen.dart | 2 -- pubspec.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/features/operations/ui/operation_form_screen.dart b/lib/features/operations/ui/operation_form_screen.dart index 05d97a5..25a71b5 100644 --- a/lib/features/operations/ui/operation_form_screen.dart +++ b/lib/features/operations/ui/operation_form_screen.dart @@ -400,8 +400,6 @@ class _OperationFormScreenState extends State { labelText: 'Riferimento (es. Telefono, Targa...)', prefixIcon: Icon(Icons.tag), ), - validator: (v) => - v == null || v.isEmpty ? 'Inserisci un riferimento' : null, ), ], ); diff --git a/pubspec.yaml b/pubspec.yaml index 7d0b58f..234a79d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flux description: "Gestione attività negozio di telefonia" publish_to: 'none' -version: 1.1.13+31 +version: 1.1.14+32 environment: sdk: ^3.11.3