File tree Expand file tree Collapse file tree 3 files changed +26
-11
lines changed Expand file tree Collapse file tree 3 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 1
- ## [ 1.3.0] - 28-Jul-2022
1
+ ## [ 1.4.0]
2
+
3
+ ### Bug fixes
4
+
5
+ * Reset field value when call form reset
6
+ * Update field value by formKey when call patchValue
7
+
8
+ ### Features
9
+
10
+ * ** NEW** Add property ` countryPicker ` that allow a custom country picker widget
11
+ * ** NEW** Add property ` searchEmptyView `
12
+ * Parse international code by iso code instead
13
+ * Update ` flutter_form_builder ` to 8.0.0
14
+
15
+ ## [ 1.3.0]
2
16
3
17
* Apply license BSD-3-clause
4
18
* Refactor readme
5
19
6
- ## [ 1.2.0] - 12-Jul-2022
20
+ ## [ 1.2.0]
7
21
8
22
* Move repository
9
23
* Update dependencies
10
24
11
- ## [ 1.1.0] - 23-Jun-2022
25
+ ## [ 1.1.0]
12
26
13
27
* Added property iconSelector
14
28
15
- ## [ 1.0.0] - 15-Jun-2022
29
+ ## [ 1.0.0]
16
30
17
31
* Added web support
18
32
19
- ## [ 1.0.0-beta.0] - 07-Sep-2021
33
+ ## [ 1.0.0-beta.0]
20
34
21
35
* Compatibility with ` flutter_form_builder ` ^7.*
22
36
23
- ## [ 0.3.0] - 07-Sep-2021
37
+ ## [ 0.3.0]
24
38
25
39
* Compatibility with ` flutter_form_builder ` ^6.*
26
40
* ** BREAKING CHANGES:** Upgrade to ` phone_number ` v0.12.0
27
41
28
- ## [ 0.2.0] - 18-Mar-2021
42
+ ## [ 0.2.0]
29
43
30
44
* Flutter 2 compatibility
31
45
32
- ## [ 0.1.0] - 30-Dec-2022
46
+ ## [ 0.1.0]
33
47
34
48
* Initial release.
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ packages:
94
94
path: ".."
95
95
relative: true
96
96
source: path
97
- version: "1.3 .0"
97
+ version: "1.4 .0"
98
98
form_builder_validators:
99
99
dependency: "direct main"
100
100
description:
Original file line number Diff line number Diff line change 1
1
name : form_builder_phone_field
2
2
description : International phone number field for FlutterFormBuilder package
3
- version : 1.3 .0
3
+ version : 1.4 .0
4
4
repository : https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field
5
5
issue_tracker : https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/issues
6
- funding :
6
+ homepage : https://github.com/flutter-form-builder-ecosystem
7
+ funding :
7
8
- https://opencollective.com/flutter-form-builder-ecosystem
8
9
9
10
environment :
You can’t perform that action at this time.
0 commit comments