Skip to content

Commit ed3a24e

Browse files
chore(release): 10.3.0
1 parent 37be11a commit ed3a24e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 10.3.0
2+
3+
* Set minimal Flutter version to 3.38.0
4+
* Set minimal Dart version to 3.10.0
5+
* [FormBuilderDateRangePicker] Add `selectableDayPredicate` property by @Guilain on [#1501](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1501)
6+
* docs: Update example README with comprehensive project documentation
7+
18
# 10.2.0
29

310
* Set minimal Flutter version to 3.35.0

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.2.0
3+
version: 10.3.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)