fform 5.2.7 copy "fform: ^5.2.7" to clipboard
fform: ^5.2.7 copied to clipboard

FForm is a dart package to build forms with a lot of fields and validations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fform

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

dependencies:
  fform: ^5.2.7

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:fform/fform.dart';
184
likes
160
points
227
downloads
screenshot

Documentation

API reference

Publisher

verified publisherbangertstudio.kz

Weekly Downloads

FForm is a dart package to build forms with a lot of fields and validations.

Repository (GitHub)
View/report issues
Contributing

Topics

#form #validation #fields

License

BSD-3-Clause (license)

Dependencies

collection, flutter, meta

More

Packages that depend on fform