We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70a53c commit 376bc00Copy full SHA for 376bc00
4 files changed
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## [2.9.10]
2
+- Added di pinyin to HanziUtils
3
## [2.9.9]
4
- Cleared some prints
5
## [2.9.8]
example/pubspec.lock
@@ -96,7 +96,7 @@ packages:
96
path: ".."
97
relative: true
98
source: path
99
- version: "2.9.9"
+ version: "2.9.10"
100
flutter_test:
101
dependency: "direct dev"
102
description: flutter
lib/utils/hanzi_utils.dart
@@ -106,6 +106,7 @@ const _hanziRankFrequency = [
106
{"h": "和", "p": "hé", "sp": "he", "r": "口", "sc": 8, "l": 1, "f": 19},
107
{"h": "国", "p": "guó", "sp": "guo", "r": "囗", "sc": 8, "l": 1, "f": 20},
108
{"h": "地", "p": "de", "sp": "de", "r": "土", "sc": 6, "l": 1, "f": 21},
109
+ {"h": "地", "p": "di", "sp": "di", "r": "土", "sc": 6, "l": 1, "f": 21},
110
{"h": "到", "p": "dào", "sp": "dao", "r": "刀", "sc": 8, "l": 1, "f": 22},
111
{"h": "以", "p": "yǐ", "sp": "yi", "r": "人", "sc": 4, "l": 1, "f": 23},
112
{"h": "说", "p": "shuō", "sp": "shuo", "r": "言", "sc": 9, "l": 1, "f": 24},
pubspec.yaml
@@ -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.9
+version: 2.9.10
homepage: https://github.com/caseyryan/flutter_multi_formatter
6
environment:
0 commit comments