We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc198f commit c4dd9b2Copy full SHA for c4dd9b2
2 files changed
example/pubspec.yaml
@@ -15,7 +15,7 @@ version: 1.1.0+1
15
16
environment:
17
sdk: ">=2.12.0 <3.0.0"
18
- flutter: ^2.0.0
+ flutter: ">=2.0.0"
19
20
dependencies:
21
flutter:
lib/formatters/phone_input_formatter.dart
@@ -1640,7 +1640,7 @@ class PhoneCodes {
1640
'country': 'United Arab Emirates',
1641
'internalPhoneCode': '971',
1642
'countryCode': 'AE',
1643
- 'phoneMask': '+000 0 0000000',
+ 'phoneMask': '+000 00 000000',
1644
'altMasks': [
1645
'+000 00 0000000',
1646
],
0 commit comments