easy_auto_form 0.0.2+6 easy_auto_form: ^0.0.2+6 copied to clipboard
EasyAutoForm is a Flutter package that generates a Form based on a given entity, supporting a variety of entity types and input types.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_auto_form
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
easy_auto_form: ^0.0.2+6
Alternatively, 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:easy_auto_form/easy_auto_form.dart';