Skip to content

Commit 36b4f87

Browse files
chore(release): 10.1.0
1 parent ec9b465 commit 36b4f87

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 10.1.0
2+
3+
* Set minimal Flutter version to 3.32.0
4+
* Set minimal Dart version to 3.8.0
5+
* Add support for errorBuilder [created on Flutter core](https://github.com/flutter/flutter/pull/162255). By @deandreamatias on [#1480](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues/1480)
6+
* Avoid overwrite field children ([#1365](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues/1365)). By @deandreamatias on [#1489](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues/1489)
7+
* [FormBuilderDateTimePicker] Add `disabledPicker` property. By @CesareIsHere on [#1497](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues/1497)
8+
19
# 10.1.0-beta
210

311
* Add support for errorBuilder [created on Flutter core](https://github.com/flutter/flutter/pull/162255). By @deandreamatias on [#1480](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues/1480)

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-beta"
63+
version: "10.1.0"
6464
flutter_lints:
6565
dependency: "direct dev"
6666
description:

pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
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-beta
3+
version: 10.1.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
77
topics:
88
- form
99
funding:
1010
- https://opencollective.com/flutter-form-builder-ecosystem
11+
screenshots:
12+
- description: Demonstration of the form builder in action, showing a complete form with various input fields.
13+
path: screenshots/complete_form.gif
1114

1215
environment:
1316
sdk: ">=3.8.0 <4.0.0"

0 commit comments

Comments
 (0)