fform 5.1.0-dev copy "fform: ^5.1.0-dev" to clipboard
fform: ^5.1.0-dev 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 Dart:

 $ dart pub add fform

With Flutter:

 $ flutter pub add fform

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

dependencies:
  fform: ^5.1.0-dev

Alternatively, your editor might support dart pub get or 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';
176
likes
0
points
271
downloads

Publisher

verified publishercontributors.info

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Topics

#form #validation #fields

License

unknown (license)

Dependencies

collection, flutter, meta

More

Packages that depend on fform