smart_multi_form_fields 1.0.0 copy "smart_multi_form_fields: ^1.0.0" to clipboard
smart_multi_form_fields: ^1.0.0 copied to clipboard

A single, production-grade Flutter form field widget rendering text, password, phone, OTP, date, dropdown, and file inputs via sealed configurations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_multi_form_fields

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

dependencies:
  smart_multi_form_fields: ^1.0.0

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_multi_form_fields/smart_multi_form_fields.dart';
1
likes
160
points
157
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A single, production-grade Flutter form field widget rendering text, password, phone, OTP, date, dropdown, and file inputs via sealed configurations.

Repository (GitHub)

License

MIT (license)

Dependencies

cupertino_icons, file_picker, flutter, flutter_gap, flutter_intl_phone_field, image_picker, intl

More

Packages that depend on smart_multi_form_fields