Skip to content

Commit d07e97f

Browse files
chore(release): 10.2.0
1 parent e2f24d9 commit d07e97f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 10.2.0
2+
3+
* Set minimal Flutter version to 3.35.0
4+
* Set minimal Dart version to 3.9.0
5+
* Replace deprecated properties and widgets. This do not affect the public API functionality.
6+
* [FormBuilderRadioGroup] Replace widget to use `RadioGroup`.
7+
* [FormBuilderField] Use `onReset` from `FormField`.
8+
* [FormBuilderSwitch] Use `activeThumbColor` to `activeColor`.
9+
110
# 10.1.0
211

312
* Set minimal Flutter version to 3.32.0

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages:
6060
path: ".."
6161
relative: true
6262
source: path
63-
version: "10.1.0"
63+
version: "10.2.0"
6464
flutter_lints:
6565
dependency: "direct dev"
6666
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_form_builder
22
description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
3-
version: 10.1.0
3+
version: 10.2.0
44
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
55
homepage: https://github.com/flutter-form-builder-ecosystem
66
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues

0 commit comments

Comments
 (0)