smart_form_builder 1.0.2 copy "smart_form_builder: ^1.0.2" to clipboard
smart_form_builder: ^1.0.2 copied to clipboard

A powerful, extensible Flutter SDK for building dynamic forms from JSON schema, supporting localization, theming, plugins, RTL, and advanced validation. Easily render multi-step forms, custom field ty [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_form_builder

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

dependencies:
  smart_form_builder: ^1.0.2

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_builder/smart_form_builder.dart';
2
likes
110
points
43
downloads

Publisher

verified publishersdkwala.com

Weekly Downloads

A powerful, extensible Flutter SDK for building dynamic forms from JSON schema, supporting localization, theming, plugins, RTL, and advanced validation. Easily render multi-step forms, custom field types, and conditional logic in any Flutter app.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, country_picker, file_picker, flutter, flutter_quill, highlight, image_picker, intl, signature

More

Packages that depend on smart_form_builder