Skip to content

Commit 3723d2d

Browse files
Merge pull request #22 from flutter-form-builder-ecosystem/release/0.5.0
chore(release): 0.5.0
2 parents bc27ac0 + 454bacd commit 3723d2d

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.5.0
2+
3+
* `FormBuilderCupertinoTextField`: add `onTapOutside` parameter
4+
* `FormBuilderCupertinoSwitch`: add multiple parameters and update deprecated. See [Flutter PR](https://github.com/flutter/flutter/pull/151367)
5+
* `FormBuilderCupertinoCheckbox`: add multiple parameters and replace deprecated `inactiveColor` for `fillColor`. See [Flutter PR](https://github.com/flutter/flutter/pull/151761/files)
6+
* Set minimal Flutter version to 3.27.0
7+
* Set minimal Dart version to 3.6.0
8+
19
# 0.4.0
210

311
* Set minimal Flutter version to 3.24.0
@@ -11,29 +19,29 @@
1119
* Set minimal Flutter version to 3.22.0
1220
* Set minimal Dart version to 3.4.0
1321

14-
## 0.2.1
22+
# 0.2.1
1523

1624
* Update dependencies
1725
* Built with Flutter 3.13
1826

19-
## 0.2.0
27+
# 0.2.0
2028

2129
* Added `FormBuilderCupertinoCheckbox`
2230

23-
## 0.1.0
31+
# 0.1.0
2432

2533
* Release beta package
2634

27-
## 0.0.1-dev.3
35+
# 0.0.1-dev.3
2836

2937
* Update constraints to Dart 3
3038

31-
## 0.0.1-dev.2
39+
# 0.0.1-dev.2
3240

3341
* Update intl version to 0.18.0
3442
* Update constraints to Flutter 3.10
3543
* `FormBuilderCupertinoTextField`: Added contentInsertionConfiguration property
3644

37-
## 0.0.1-dev.1
45+
# 0.0.1-dev.1
3846

3947
* Launch first version

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ packages:
8989
path: ".."
9090
relative: true
9191
source: path
92-
version: "0.4.0"
92+
version: "0.5.0"
9393
intl:
9494
dependency: transitive
9595
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_cupertino_fields
22
description: Additional form inputs fields with Cupertino style for flutter_form_builder package
3-
version: 0.4.0
3+
version: 0.5.0
44
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)