form_builder_extra_fields
Additional ready-made form input fields for flutter_form_builder package
13.0.0
13K downloads/mo
#2606 most downloaded on pub.dev
flutter-form-builder-ecosystem/form_builder_extra_fields
What this package is like to depend on
Last release 2 days ago
22 Aug 2026
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 18 of 18 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
25 releases · first in 2021
2 releases in the last 12 months
see the full history below
Release timeline
25 releases · May 2021 to Aug 2026Releases
latest 25-
13.0.022 Aug 2026Release notes
Open source →What's Changed
- feat: #112 Searchable Multiselect Dropdown by @jesse-shaw-egeo in #149
- fix: #113 dispose _typeAheadController only if it has been created inside FormBuilderTypeAheadState by @MickaelTitecaTAO in #154
- docs: add a visual example gallery for extra fields #21 by @AzazelSensei in #155
New Contributors
- @jesse-shaw-egeo made their first contribution in #149
- @MickaelTitecaTAO made their first contribution in #154
- @AzazelSensei made their first contribution in #155
Full Changelog: 12.2.0...13.0.0
Release notes
Open source →BREAKING CHANGES
- Set minimal Flutter version to 3.47.0
- Set minimal Dart version to 3.13.0
- Migrate to standalone
material_uipackage. See the Flutter 3.47 blog post for more details. - Update
flutter_form_builderdependency to ^11.0.0 - Bump
dropdown_searchfrom ^6.0.2 to ^7.0.0onChangedrenamed toonSelectedinDropdownSearchPopupPropsMultiSelectionrenamed toMultiSelectionPopupProps
- Bump
flutter_typeaheadfrom ^5.2.0 to ^6.0.0- Remove
hideWithKeyboardparameter (usehideOnUnfocusinstead)
- Remove
Features
- Add
FormBuilderSearchableMultiSelectDropdownwidget by @3212-Enertech-Global in #149 - Add screenshots and visual example gallery by @AzazelSensei in #155
Fixes
- Fix: dispose
_typeAheadControlleronly if it was created insideFormBuilderTypeAheadStateby @MickaelTitecaTAO in #154
Chores
- Recreate example native platform setup with Flutter 3.47.0
- Update
signaturefrom ^6.3.0 to ^6.4.0
-
12.2.001 Feb 2026Release notes
Open source →What's Changed
- build(deps): bump actions/stale from 9 to 10 by @dependabot[bot] in #148
Full Changelog: 12.1.0...12.2.0
Release notes
Open source →- Set minimal Flutter version to 3.38.0
- Set minimal Dart version to 3.1.0
- Update example README and project readme links
-
12.1.012 Jul 2025Release notes
Open source →- Add windows setup on example
- Set minimal Flutter version to 3.32.0
- Set minimal Dart version to 3.8.0
- [FormBuilderColorPicker] Fix color string.
-
12.0.015 Mar 2025Release notes
Open source →What's Changed
- Bumped dropdown_search to 6.0.2 and updated searchable dropdown by @troya2 in #136
- build(deps): bump signature from 5.5.0 to 6.0.0 by @dependabot in #134
- feature/upgrade-dependencies by @deandreamatias in #138
- chore(release): 12.0.0 by @deandreamatias in #139
New Contributors
Full Changelog: 11.1.0...12.0.0
Release notes
Open source →BREAKING CHANGE
- Easy way! Only need execute
dart fix --applyon your project to fix the following changes:- Rename
errorBuildertosuggestionErrorBuilderinFormBuilderTypeAhead
- Rename
Features
- Compatibility with
flutter_form_builder10.0.x. See details on their changelog - Set minimal Flutter version to 3.29.0
- Set minimal Dart version to 3.7.0
- Allow
intlversion up to 0.21 - Update example platform setup
- Bumped dropdown_search to 6.0.2 and updated searchable dropdown by @troya2 in #136
- build(deps): bump signature from 5.5.0 to 6.0.0 in #134
-
11.1.020 Dec 2024Release notes
Open source →What's Changed
- build(deps): bump flutter_form_builder from 9.4.0 to 9.5.0 by @dependabot in #122
- Flutter-upgrade-3.27 by @deandreamatias in #127
- build(deps): bump kuhnroyal/flutter-fvm-config-action from 2 to 3 by @dependabot in #120
- build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #123
- build(deps): bump flutter_lints from 4.0.0 to 5.0.0 by @dependabot in #119
- chore(release): 11.1.0 by @deandreamatias in #128
Full Changelog: 11.0.0...11.1.0
Release notes
Open source →Features
- Set minimal Flutter version to 3.27.0
- Set minimal Dart version to 3.6.0
- Compatibility with
flutter_form_builder9.6.x
-
11.0.011 Aug 2024Release notes
Open source →What's Changed
- Deleted controller declaration in TypeAheadField by @LeonardoALARCON in #105
- Upgrade typeahead and other dependencies by @deandreamatias in #114
New Contributors
- @LeonardoALARCON made their first contribution in #105
Full Changelog: 10.2.0...11.0.0
Release notes
Open source →BREAKING CHANGE
FormBuilderTypeAhead: Update to useflutter_typeahead5.x.x. Take a look how migrate on their readme
Features
- Update android settings on example
- Set minimal Flutter version to 3.24.0
- Set minimal Dart version to 3.5.0
-
10.2.029 May 2024Release notes
Open source →What's Changed
- build(deps): bump flutter_typeahead from 4.7.0 to 4.8.0 by @dependabot in #85
- build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #97
- build(deps): bump actions/stale from 8 to 9 by @dependabot in #98
- build(deps): bump flutter_form_builder from 9.1.1 to 9.2.0 by @dependabot in #101
- upgraded intl to 19 by @jhaglund in #109
New Contributors
Full Changelog: 10.1.0...10.2.0
Release notes
Open source →- Update dependencies:
intlfrom ^0.18.1 to ^0.19.0dart sdkfrom >=3.0.0 <4.0.0 to >=3.4.0 <4.0.0flutterfrom >=3.10.0 to >=3.22.0form_builder_validatorsfrom ^9.1.0 to ^10.0.1flutter_form_builderfrom ^9.1.1 to ^9.3.0flutter_lintsfrom ^2.0.3 to ^4.0.0
- Resolved deprecation warning. using super.key instead of super(key: key) https://dart.dev/tools/linter-rules/use_super_parameters
- Migrate to applying Gradle Plugins with the declarative plugins block: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
-
10.1.016 Sep 2023Release notes
Open source →FormBuilderTypeAhead: Add new properties- Update dependencies
- Built with Flutter 3.13
-
10.0.011 May 2023Release notes
Open source →BREAKING CHANGE
- Update constraints to Dart 3
- Update constraints to Flutter 3.10
- Update
flutter_form_builderto 9.x.x. Take a look breaking changes on there changelog
-
10.0.0-dev.111 May 2023 pre-release -
9.0.024 Apr 2023Release notes
Open source →BREAKING CHANGE
- Remove
FormBuilderChipsInputfield - Remove
FormBuilderCupertinoDateTimePickerfield - Update
flutter_form_builderto 8.x.x. Take a look breaking changes on there changelog
Features
FormBuilderColorPickerField: AddavailableColorsproperty
- Remove
-
8.5.025 Feb 2023Release notes
Open source →- Remove flutter_chips_input dependency
- Remove touch_input dependency
- Update dependencies
- Built with Flutter 3.7
-
8.3.027 Jul 2022Release notes
Open source →- Apply license BSD-3-clause
- Update dependency dropdown_search from 4.0.1 to 5.0.2
- Refactor readme
-
8.2.012 Jul 2022 -
8.1.018 May 2022Release notes
Open source →- Bump up
dropdown_searchpackage version - Export the whole
dropdown_searchpackage
- Bump up
-
8.0.117 May 2022 -
8.0.016 May 2022 -
7.1.031 Jan 2022Release notes
Open source →- Use
flutter_datetime_picker_bdayainstead of the unmaintainedflutter_datetime_picker - TypeAhead onReset uses
valueTransformer - Export the class
TextFieldProps- prevents importing from transitive dependencydropdown_search
- Use
-
7.0.027 Oct 2021 -
7.0.0-alpha.610 Sep 2021 pre-releaseRelease notes
Open source →- Upgraded
flutter_colorpickerdependency - comes with improvements toFormBuilderColorPickerfield - Upgraded
dropdown_searchdependency - comes with improvements toFormBuilderDropdownSearchfield - Breaking Changes: comes with breaking changes in
FormBuilderColorPickermodes
- Upgraded
-
7.0.0-alpha.502 Sep 2021 pre-release -
7.0.0-alpha.425 May 2021 pre-releaseRelease notes
Open source →- Use null-safe version of
flutter_chips_input - Rename
InputTypetoCupertinoDateTimePickerInputType- avoids name clash withform_builder_fields
- Use null-safe version of
-
7.0.0-alpha.317 May 2021 pre-releaseRelease notes
Open source →- Replaced
rating_barpackge with a popular, better maintained and null-safeflutter_rating_bar
- Replaced
-
7.0.0-alpha.217 May 2021 pre-release -
7.0.0-alpha.116 May 2021 pre-release