Skip to content

Commit 311592c

Browse files
committed
reactive_phone_form_field 5.0.1
1 parent d11c7cd commit 311592c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/reactive_phone_form_field/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [5.0.1]
2+
3+
* phone_form_field: ^10.0.5
4+
15
## [5.0.0]
26

37
* phone_form_field: ^10.0.0

packages/reactive_phone_form_field/example/lib/main.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class MyApp extends StatelessWidget {
1515
isoCode: IsoCode.UA,
1616
nsn: '933456789',
1717
),
18+
disabled: true,
1819
validators: [
1920
// PhoneValidators.required,
2021
// PhoneValidators.valid,

packages/reactive_phone_form_field/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: reactive_phone_form_field
22
description: Wrapper around phone_form_field to use with reactive_forms
3-
version: 5.0.0
3+
version: 5.0.1
44
repository: https://github.com/artflutter/reactive_forms_widgets/tree/master/packages/reactive_phone_form_field
55
issue_tracker: https://github.com/artflutter/reactive_forms_widgets/issues
66

@@ -12,7 +12,7 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
reactive_forms: ">=16.0.0 <18.0.0"
15-
phone_form_field: ^10.0.4
15+
phone_form_field: ^10.0.5
1616

1717
dev_dependencies:
1818
flutter_test:

0 commit comments

Comments
 (0)