easy_auto_form 0.0.2+6 copy "easy_auto_form: ^0.0.2+6" to clipboard
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';
2
likes
150
pub points
34%
popularity

Publisher

unverified uploader

EasyAutoForm is a Flutter package that generates a Form based on a given entity, supporting a variety of entity types and input types.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on easy_auto_form