form 0.0.5 copy "form: ^0.0.5" to clipboard
form: ^0.0.5 copied to clipboard

Uma forma simples e poderosa para manipulação de formulários em flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form

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

dependencies:
  form: ^0.0.5

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/form.dart';
8
likes
30
pub points
40%
popularity

Publisher

unverified uploader

Uma forma simples e poderosa para manipulação de formulários em flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, validators

More

Packages that depend on form