Skip to content

Commit 7a1c88c

Browse files
chore(release): 12.0.0
1 parent 42d6e34 commit 7a1c88c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 12.0.0
2+
3+
### BREAKING CHANGE
4+
5+
* Easy way! Only need execute `dart fix --apply` on your project to fix the following changes:
6+
* Rename `errorBuilder` to `suggestionErrorBuilder` in `FormBuilderTypeAhead`
7+
8+
### Features
9+
10+
* Compatibility with `flutter_form_builder` 10.0.x. See details on their [changelog](https://pub.dev/packages/flutter_form_builder/changelog)
11+
* Set minimal Flutter version to 3.29.0
12+
* Set minimal Dart version to 3.7.0
13+
* Allow `intl` version up to 0.21
14+
* Update example platform setup
15+
* Bumped dropdown_search to 6.0.2 and updated searchable dropdown by @troya2 in [#136](https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/pull/136)
16+
* build(deps): bump signature from 5.5.0 to 6.0.0 in [#134](https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/pull/134)
17+
118
## 11.1.0
219

320
### Features

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ packages:
211211
path: ".."
212212
relative: true
213213
source: path
214-
version: "11.1.0"
214+
version: "12.2.0"
215215
form_builder_validators:
216216
dependency: "direct main"
217217
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_extra_fields
22
description: Additional ready-made form input fields for flutter_form_builder package
3-
version: 11.1.0
3+
version: 12.2.0
44
homepage: https://github.com/flutter-form-builder-ecosystem
55
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields
66
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_extra_fields/issues

0 commit comments

Comments
 (0)