Skip to content

Commit

Permalink
new mask for UAE
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyryan committed Dec 8, 2021
1 parent 0dc198f commit c4dd9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version: 1.1.0+1

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ^2.0.0
flutter: ">=2.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion lib/formatters/phone_input_formatter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,7 @@ class PhoneCodes {
'country': 'United Arab Emirates',
'internalPhoneCode': '971',
'countryCode': 'AE',
'phoneMask': '+000 0 0000000',
'phoneMask': '+000 00 000000',
'altMasks': [
'+000 00 0000000',
],
Expand Down

0 comments on commit c4dd9b2

Please sign in to comment.