munnadroid / flutter_form_builder

Simple form maker for Flutter Framework

Home Page:https://pub.dev/packages/flutter_form_builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Form Builder


Codecov CodeFactor Grade GitHub OSS Lifecycle

Buy me a coffee


Flutter Form Builder provides an easy way of working with forms in Flutter by removing the boilerplate needed to build a form, validate fields, react to changes, and collect final user input.

Plugins

Table of contents:

flutter_form_builder

Pub Version GitHub Workflow Status Codecov CodeFactor Grade GitHub

FormBuilder helps in creation of data collection forms in Flutter by removing the boilerplate needed to build a form, validate fields, react to changes, and collect final user input. It provides APIs to manage your Form and generating a FormBuilder compliant FormField. It is required by form_builder_extra_fields packages. This package also contains common ready-made form input fields. The package gives you a convenient way of adding fields instead of creating your own FormBuilderField from scratch.

[View Documentation] [View Source]

form_builder_extra_fields

Pub Version GitHub Workflow Status Codecov CodeFactor Grade GitHub

Form Builder Fields provides ready-made form input fields. Just like the flutter_form_builder package, it gives you a convenient way of adding fields instead of creating your own FormBuilderField from scratch.

Unlike flutter_form_builder package which depends purely on Flutter provided input fields, flutter_extra_fields depends on external libraries to provide input widgets and extends them to be FormBuilderFields.

[View Documentation] [View Source]

form_builder_validators

Pub Version GitHub Workflow Status Codecov CodeFactor Grade GitHub

Form Builder Validators provide a convenient way of validating data entered into any Flutter FormField. It provides common validation rules out of box (such as required, email, number, min, max, minLength, maxLength, date validations) as well as a way to compose multiple validation rules into one FormFieldValidator.

Also included is the l10n / i18n of error text messages into multiple languages

[View Documentation] [View Source]

Support

If this set of packages was helpful to you in delivering your on project or you just wanna to support this repo, a cup of coffee would go a long way ;-)

Buy me a coffee

Credits

Contributors

Made with contributors-img.

About

Simple form maker for Flutter Framework

https://pub.dev/packages/flutter_form_builder

License:MIT License


Languages

Language:Dart 98.5%Language:HTML 0.9%Language:Swift 0.4%Language:Kotlin 0.1%Language:Objective-C 0.0%