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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
5
likes
140
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.06 - 2025.01.18

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker

More

Packages that depend on flutter_form_fields