form_generator 0.9.2 copy "form_generator: ^0.9.2" to clipboard
form_generator: ^0.9.2 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_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  form_generator: ^0.9.2

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:form_generator/form_generator.dart';
1
likes
40
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package to automate the creation of simple forms using a generic code with multiple ways to decorate and stylize the formfield.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on form_generator