flash_form 0.0.14
flash_form: ^0.0.14 copied to clipboard
FlashForm is a Flutter package that simplifies form creation by automatically generating form fields from your data model's structure. This eliminates the need to manually create widgets for each fiel [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flash_formThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flash_form: ^0.0.14Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flash_form/flash_form.dart';