Skip to content

Commit 376bc00

Browse files
committed
added di to hanzi utils
1 parent c70a53c commit 376bc00

4 files changed

Lines changed: 5 additions & 2 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.10]
2+
- Added di pinyin to HanziUtils
13
## [2.9.9]
24
- Cleared some prints
35
## [2.9.8]

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.9"
99+
version: "2.9.10"
100100
flutter_test:
101101
dependency: "direct dev"
102102
description: flutter

lib/utils/hanzi_utils.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ const _hanziRankFrequency = [
106106
{"h": "和", "p": "hé", "sp": "he", "r": "口", "sc": 8, "l": 1, "f": 19},
107107
{"h": "国", "p": "guó", "sp": "guo", "r": "囗", "sc": 8, "l": 1, "f": 20},
108108
{"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},
109110
{"h": "到", "p": "dào", "sp": "dao", "r": "刀", "sc": 8, "l": 1, "f": 22},
110111
{"h": "以", "p": "yǐ", "sp": "yi", "r": "人", "sc": 4, "l": 1, "f": 23},
111112
{"h": "说", "p": "shuō", "sp": "shuo", "r": "言", "sc": 9, "l": 1, "f": 24},

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.9
3+
version: 2.9.10
44
homepage: https://github.com/caseyryan/flutter_multi_formatter
55

66
environment:

0 commit comments

Comments
 (0)