File tree 3 files changed +17
-6
lines changed
3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.0.0
2
+
3
+ ### BREAKING CHANGES
4
+
5
+ * Using [ ` phone_numbers_parser ` ] ( https://pub.dev/packages/phone_numbers_parser ) instead of ` phone_number ` package
6
+ * Now isn't required setup dependency on iOS and Android
7
+
8
+ ### Features
9
+
10
+ * Update constraints to Flutter 3.29
11
+ * Update constraints to Dart 3.7
12
+ * Update ` flutter_form_builder ` to 10.x.x. Take a look breaking changes on [ there changelog] ( https://pub.dev/packages/flutter_form_builder/changelog )
13
+ * Expose ` fullNumber ` of field state. Thanks to [ wheeOs] ( https://github.com/wheeOs )
14
+ * Setup example with all platforms
15
+
1
16
## [ 2.0.1]
2
17
3
18
* Update readme
Original file line number Diff line number Diff line change 11
11
12
12
- [ Features] ( #features )
13
13
- [ Usage] ( #usage )
14
- - [ Setup] ( #setup )
15
14
- [ Basic use] ( #basic-use )
16
15
- [ Support] ( #support )
17
16
- [ Contribute] ( #contribute )
25
24
26
25
- Country selector
27
26
- Automatic parsing international number
27
+ - Using phone_numbers_parser package. More details [ here] ( https://pub.dev/packages/phone_numbers_parser )
28
28
29
29
## Usage
30
30
31
- ### Setup
32
-
33
- Configure dependency phone_number. More details [ here] ( https://pub.dev/packages/phone_number#setup )
34
-
35
31
### Basic use
36
32
37
33
``` dart
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 : 2 .0.1
3
+ version : 3 .0.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
6
homepage : https://github.com/flutter-form-builder-ecosystem
You can’t perform that action at this time.
0 commit comments