- Set minimal Flutter version to 3.38.0
- Set minimal Dart version to 3.1.0
- Update example README and project readme links
- 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.
- Easy way! Only need execute
dart fix --applyon your project to fix the following changes:- Rename
errorBuildertosuggestionErrorBuilderinFormBuilderTypeAhead
- Rename
- 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
- Set minimal Flutter version to 3.27.0
- Set minimal Dart version to 3.6.0
- Compatibility with
flutter_form_builder9.6.x
FormBuilderTypeAhead: Update to useflutter_typeahead5.x.x. Take a look how migrate on their readme
- Update android settings on example
- Set minimal Flutter version to 3.24.0
- Set minimal Dart version to 3.5.0
- 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
FormBuilderTypeAhead: Add new properties- Update dependencies
- Built with Flutter 3.13
- 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
- Update constraints to Dart 3
- Update constraints to Flutter 3.10
- Update intl to 0.18
- Remove
FormBuilderChipsInputfield - Remove
FormBuilderCupertinoDateTimePickerfield - Update
flutter_form_builderto 8.x.x. Take a look breaking changes on there changelog
FormBuilderColorPickerField: AddavailableColorsproperty
- Remove flutter_chips_input dependency
- Remove touch_input dependency
- Update dependencies
- Built with Flutter 3.7
- 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.0dropdown_searchfrom 5.0.2 to 5.0.3
- Performance improvement on FormBuilderSignaturePad on Web
- Apply license BSD-3-clause
- Update dependency dropdown_search from 4.0.1 to 5.0.2
- Refactor readme
- Moved repository
- Bump up
dropdown_searchpackage version - Export the whole
dropdown_searchpackage
- Add missing attributes for
FormBuilderSearchableDropdown
- Flutter 3 compatibility
- Use
flutter_datetime_picker_bdayainstead of the unmaintainedflutter_datetime_picker - TypeAhead onReset uses
valueTransformer - Export the class
TextFieldProps- prevents importing from transitive dependencydropdown_search
flutter_form_builder^7.0.0 compatibility- Upgraded packages
- Upgraded
flutter_colorpickerdependency - comes with improvements toFormBuilderColorPickerfield - Upgraded
dropdown_searchdependency - comes with improvements toFormBuilderDropdownSearchfield - Breaking Changes: comes with breaking changes in
FormBuilderColorPickermodes
- Upgrade form_builder to v7.0.0-alpha.3
- Use null-safe version of
flutter_chips_input - Rename
InputTypetoCupertinoDateTimePickerInputType- avoids name clash withform_builder_fields
- Replaced
rating_barpackge with a popular, better maintained and null-safeflutter_rating_bar
- Improvements to package documentation and example
- Split into own package from
flutter_form_builder