Begin anzahlen widget. Losungkm and Genetikm not done yet. also there are no controller
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:animations/animations.dart';
|
||||
import 'package:fforte/screens/Excursion/widgets/anzahlen.dart~';
|
||||
import 'package:fforte/screens/Excursion/widgets/bima_nutzer.dart';
|
||||
import 'package:fforte/screens/Excursion/widgets/hund_u_leine.dart';
|
||||
import 'package:fforte/screens/Excursion/widgets/letzter_niederschlag.dart';
|
||||
@@ -9,6 +10,8 @@ import 'package:fforte/screens/sharedWidgets/var_text_field.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
|
||||
|
||||
import 'widgets/anzahlen.dart';
|
||||
|
||||
class ExcursionMain extends StatefulWidget {
|
||||
const ExcursionMain({super.key});
|
||||
|
||||
@@ -234,7 +237,10 @@ class _ExcursionMainState extends State<ExcursionMain> {
|
||||
spSicher: getTextFields()["SpSicher"]!,
|
||||
welpenSp: getTextFields()["WelpenSp"]!,
|
||||
welpenAnz: getTextFields()["WelpenAnz"]!,
|
||||
wpSicher: getTextFields()["WpSicher"]!)
|
||||
wpSicher: getTextFields()["WpSicher"]!),
|
||||
|
||||
const SizedBox(height: 20,),
|
||||
Anzahlen()
|
||||
|
||||
],
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user