smart_form 0.0.3 copy "smart_form: ^0.0.3" to clipboard
smart_form: ^0.0.3 copied to clipboard

A modified variant package of Form widget in flutter as SmartForm, with freedom of using auto-validation feature only when the form field state is changed at least once, opposite to the usual scenario [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_form

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

dependencies:
  smart_form: ^0.0.3

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:smart_form/smart_form.dart';
9
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A modified variant package of Form widget in flutter as SmartForm, with freedom of using auto-validation feature only when the form field state is changed at least once, opposite to the usual scenario wherein the auto validation starts as soon as the Form is initialised, and even if nothing is entered in the form yet.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on smart_form