customers

This commit is contained in:
2026-04-10 11:34:11 +02:00
parent 810d99626a
commit 5920b4c14f
4 changed files with 29 additions and 3 deletions

View File

@@ -91,6 +91,7 @@ class _CustomerFormState extends State<CustomerForm> {
const SizedBox(height: 20),
FluxTextField(
label: 'Nome Completo',
autoFocus: true,
icon: Icons.person_outline,
controller: _nomeController,
),
@@ -112,6 +113,7 @@ class _CustomerFormState extends State<CustomerForm> {
label: 'Note',
icon: Icons.notes_outlined,
controller: _noteController,
minLines: 3,
),
const SizedBox(height: 8),
SwitchListTile(