operation reference not mandatory
This commit is contained in:
@@ -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,
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user