Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.5.0

* `FormBuilderCupertinoTextField`: add `onTapOutside` parameter
* `FormBuilderCupertinoSwitch`: add multiple parameters and update deprecated. See [Flutter PR](https://github.com/flutter/flutter/pull/151367)
* `FormBuilderCupertinoCheckbox`: add multiple parameters and replace deprecated `inactiveColor` for `fillColor`. See [Flutter PR](https://github.com/flutter/flutter/pull/151761/files)
* Set minimal Flutter version to 3.27.0
* Set minimal Dart version to 3.6.0

# 0.4.0

* Set minimal Flutter version to 3.24.0
Expand All @@ -11,29 +19,29 @@
* Set minimal Flutter version to 3.22.0
* Set minimal Dart version to 3.4.0

## 0.2.1
# 0.2.1

* Update dependencies
* Built with Flutter 3.13

## 0.2.0
# 0.2.0

* Added `FormBuilderCupertinoCheckbox`

## 0.1.0
# 0.1.0

* Release beta package

## 0.0.1-dev.3
# 0.0.1-dev.3

* Update constraints to Dart 3

## 0.0.1-dev.2
# 0.0.1-dev.2

* Update intl version to 0.18.0
* Update constraints to Flutter 3.10
* `FormBuilderCupertinoTextField`: Added contentInsertionConfiguration property

## 0.0.1-dev.1
# 0.0.1-dev.1

* Launch first version
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.0"
version: "0.5.0"
intl:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: form_builder_cupertino_fields
description: Additional form inputs fields with Cupertino style for flutter_form_builder package
version: 0.4.0
version: 0.5.0
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields/issues
homepage: https://github.com/flutter-form-builder-ecosystem
Expand Down
Loading