Skip to content

Commit

Permalink
Merge pull request vanshg395#207 from TareqAmenahDev/patch-1
Browse files Browse the repository at this point in the history
Fix Syrian Arab Republic phone number length
  • Loading branch information
marcaureln authored Oct 13, 2023
2 parents 5dccba1 + d39c227 commit 90241cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/countries.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6602,8 +6602,8 @@ const List<Country> countries = [
flag: "🇸🇾",
code: "SY",
dialCode: "963",
minLength: 10,
maxLength: 10,
minLength: 9,
maxLength: 9,
),
Country(
name: "Taiwan",
Expand Down

0 comments on commit 90241cd

Please sign in to comment.