flutter_form_builder_pro 1.0.1 copy "flutter_form_builder_pro: ^1.0.1" to clipboard
flutter_form_builder_pro: ^1.0.1 copied to clipboard

A schema-driven Flutter form engine with conditional fields, async validation, multi-step wizard support, and JSON/YAML schema loading.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_form_builder_pro

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

dependencies:
  flutter_form_builder_pro: ^1.0.1

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_builder_pro/flutter_form_builder_pro.dart';
1
likes
160
points
45
downloads

Documentation

API reference

Publisher

verified publisherv-nerdy.cloud

Weekly Downloads

A schema-driven Flutter form engine with conditional fields, async validation, multi-step wizard support, and JSON/YAML schema loading.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

cupertino_icons, file_picker, flutter, flutter_quill, hive, hive_flutter, http, yaml

More

Packages that depend on flutter_form_builder_pro