Formulare in Flutter

Am einfachsten über das Packet flutter_form_builder –> https://pub.dev/packages/flutter_form_builder/install

Hier ist noch ein Beispiel-Turorial für TextField Widget

Erklärungen auf der offizieller Website:

  1. Build a form with validation
  2. Create and style a text field
  3. Focus and text fields
  4. Handle changes to a text field
  5. Retrieve the value of a text field