File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
packages/reactive_phone_form_field Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change 11name : reactive_phone_form_field
22description : Wrapper around phone_form_field to use with reactive_forms
3- version : 5.0.0
3+ version : 5.0.1
44repository : https://github.com/artflutter/reactive_forms_widgets/tree/master/packages/reactive_phone_form_field
55issue_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
1717dev_dependencies :
1818 flutter_test :
You can’t perform that action at this time.
0 commit comments