Skip to content

Commit

Permalink
Fixed extra space #104
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyryan committed Nov 5, 2022
1 parent 5d20d9f commit cafa936
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [2.9.2]
- Fixed https://github.com/caseyryan/flutter_multi_formatter/issues/104
## [2.9.1]
- Fixed crashes in PinyinUtils if the provided string is empty
## [2.9.0]
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.9.1"
version: "2.9.2"
flutter_test:
dependency: "direct dev"
description: 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 @@ -1872,7 +1872,7 @@ class PhoneCodes {
'country': 'Wallis and Futuna',
'internalPhoneCode': '681',
'countryCode': 'WF',
'phoneMask': '+000 00 0000',
'phoneMask': '+000 00 0000',
},
{
'country': 'Yemen',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_multi_formatter
description: A package of formatters for international phone numbers, credit / debit cards and a masked formatter
version: 2.9.1
version: 2.9.2
homepage: https://github.com/caseyryan/flutter_multi_formatter

environment:
Expand Down

0 comments on commit cafa936

Please sign in to comment.