form_builder_extra_fields 11.1.0  form_builder_extra_fields: ^11.1.0 copied to clipboard
form_builder_extra_fields: ^11.1.0 copied to clipboard
Additional ready-made form input fields for flutter_form_builder package
11.1.0 #
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.0 #
10.2.0 #
- Update dependencies:
- intlfrom ^0.18.1 to ^0.19.0
- dart sdkfrom >=3.0.0 <4.0.0 to >=3.4.0 <4.0.0
- flutterfrom >=3.10.0 to >=3.22.0
- form_builder_validatorsfrom ^9.1.0 to ^10.0.1
- flutter_form_builderfrom ^9.1.1 to ^9.3.0
- flutter_lintsfrom ^2.0.3 to ^4.0.0
 
- Resolved deprecation warning. using super.key instead of super(key: key) https://dart.cn/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.0 #
- FormBuilderTypeAhead: Add new properties
- Update dependencies
- Built with Flutter 3.13
10.0.0 #
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
9.0.0 #
8.5.0 #
- Remove flutter_chips_input dependency
- Remove touch_input dependency
- Update dependencies
- Built with Flutter 3.7
8.4.0 #
- Set by default flex loose to FormBuilderSearchableDropdown
- Set show search field by default
- Added customization support for color picker field
- Bumped dependencies :
- flutter_form_builderfrom 7.3.1 to 7.7.0
- dropdown_searchfrom 5.0.2 to 5.0.3
 
- Performance improvement on FormBuilderSignaturePad on Web
8.3.0 #
- Apply license BSD-3-clause
- Update dependency dropdown_search from 4.0.1 to 5.0.2
- Refactor readme
8.2.0 #
- Moved repository
8.1.0 #
- Bump up dropdown_searchpackage version
- Export the whole dropdown_searchpackage
8.0.1 #
- Add missing attributes for FormBuilderSearchableDropdown
8.0.0 #
- Flutter 3 compatibility
7.1.0 #
- Use flutter_datetime_picker_bdayainstead of the unmaintainedflutter_datetime_picker
- TypeAhead onReset uses valueTransformer
- Export the class TextFieldProps- prevents importing from transitive dependencydropdown_search
7.0.0 #
- flutter_form_builder^7.0.0 compatibility
- Upgraded packages
7.0.0-alpha.6 #
- Upgraded flutter_colorpickerdependency - comes with improvements toFormBuilderColorPickerfield
- Upgraded dropdown_searchdependency - comes with improvements toFormBuilderDropdownSearchfield
- Breaking Changes: comes with breaking  changes in FormBuilderColorPickermodes
7.0.0-alpha.5 #
- Upgrade form_builder to v7.0.0-alpha.3
7.0.0-alpha.4 #
- Use null-safe version of flutter_chips_input
- Rename InputTypetoCupertinoDateTimePickerInputType- avoids name clash withform_builder_fields
7.0.0-alpha.3 #
- Replaced rating_barpackge with a popular, better maintained and null-safeflutter_rating_bar
7.0.0-alpha.2 #
- Improvements to package documentation and example
7.0.0-alpha.1 #
- Split into own package from flutter_form_builder