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

Custom widgets to help developers create input fields with validations that are not available in flutter sdk.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_form_fields

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

dependencies:
  flutter_form_fields: ^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:flutter_form_fields/flutter_form_fields.dart';
5
likes
140
points
53
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Custom widgets to help developers create input fields with validations that are not available in flutter sdk.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, image_picker

More

Packages that depend on flutter_form_fields