smart_form_fields 0.0.4 copy "smart_form_fields: ^0.0.4" to clipboard
smart_form_fields: ^0.0.4 copied to clipboard

Behavior-first Flutter forms with validation and first-error navigation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_form_fields

With Flutter:

 $ flutter pub add smart_form_fields

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

dependencies:
  smart_form_fields: ^0.0.4

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:smart_form_fields/smart_form_fields.dart';
0
likes
0
points
587
downloads

Publisher

verified publisherpinz.dev

Weekly Downloads

Behavior-first Flutter forms with validation and first-error navigation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on smart_form_fields