operation reference not mandatory
All checks were successful
Build and Release FLUX (Multi-Platform) / build-android (push) Successful in 1m57s
Build and Release FLUX (Multi-Platform) / build-web (push) Successful in 1m14s
Build and Release FLUX (Multi-Platform) / build-windows (push) Successful in 8m52s

This commit is contained in:
2026-06-02 13:28:24 +02:00
parent 3210b4fcfa
commit 8ad2b7cf7e
2 changed files with 1 additions and 3 deletions

View File

@@ -400,8 +400,6 @@ class _OperationFormScreenState extends State<OperationFormScreen> {
labelText: 'Riferimento (es. Telefono, Targa...)', labelText: 'Riferimento (es. Telefono, Targa...)',
prefixIcon: Icon(Icons.tag), prefixIcon: Icon(Icons.tag),
), ),
validator: (v) =>
v == null || v.isEmpty ? 'Inserisci un riferimento' : null,
), ),
], ],
); );

View File

@@ -1,7 +1,7 @@
name: flux name: flux
description: "Gestione attività negozio di telefonia" description: "Gestione attività negozio di telefonia"
publish_to: 'none' publish_to: 'none'
version: 1.1.13+31 version: 1.1.14+32
environment: environment:
sdk: ^3.11.3 sdk: ^3.11.3