form_generator 0.9.1-nullsafety.4
form_generator: ^0.9.1-nullsafety.4 copied to clipboard
Flutter package to automate the creation of simple forms using a generic code with multiple ways to decorate and stylize the formfield.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add form_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
form_generator: ^0.9.1-nullsafety.4Alternatively, 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:form_generator/form_generator.dart';