Skip to content

Commit c70a53c

Browse files
committed
cleared some odd prints
1 parent f57e9a3 commit c70a53c

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [2.9.9]
2+
- Cleared some prints
13
## [2.9.8]
24
- Fixed a bug when pinyin formatter removed all characters that didn't match valid syllables
35
## [2.9.7]

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ packages:
9696
path: ".."
9797
relative: true
9898
source: path
99-
version: "2.9.8"
99+
version: "2.9.9"
100100
flutter_test:
101101
dependency: "direct dev"
102102
description: flutter

lib/utils/pinyin_utils.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,6 @@ class _Sentence {
924924
),
925925
);
926926
}
927-
print(temp);
928927
final unstarred = PinyinUtils._unstarredTextRegexp;
929928

930929
/// заменяет оставшиеся символы, которые не совпали с валидными слогами

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_multi_formatter
22
description: A package of formatters for international phone numbers, credit / debit cards and a masked formatter
3-
version: 2.9.8
3+
version: 2.9.9
44
homepage: https://github.com/caseyryan/flutter_multi_formatter
55

66
environment:

0 commit comments

Comments
 (0)