redone hund u leine

removed name field, fixed a bug and fixed value reset error
This commit is contained in:
Nico
2025-05-29 15:51:04 +02:00
parent 77071b34bf
commit 9b2b958543
2 changed files with 43 additions and 30 deletions

View File

@@ -224,13 +224,11 @@ class _ExcursionMainState extends State<ExcursionMain> {
required: false,
dbDesignation: DatabasesEnum.excursion,
),
const SizedBox(height: 10),
const SizedBox(height: 20),
// ---------- Dog(leash)
HundULeine(
onMHundChanged: (mHund, mLeine) {
rmap["MHund"]!["controller"]!.text = mHund;
rmap["MLeine"]!["controller"]!.text = mLeine;
},
mHund: rmap["MHund"]!["controller"]!,
mLeine: rmap["MLeine"]!["controller"]!,
),
const SizedBox(height: 10),
// ---------- State
@@ -391,6 +389,7 @@ class _ExcursionMainState extends State<ExcursionMain> {
// welpenAnz: rmap["WelpenAnz"]!["controller"]!,
// wpSicher: rmap["WpSicher"]!["controller"]!,
),
const Divider(),
const SizedBox(height: 20),
// ---------- Counts
Anzahlen(