Skip to content

Commit

Permalink
1.0.2 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
letyletylety committed Dec 21, 2023
1 parent f63a692 commit dbbb1c5
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ create example

## 1.0.1

- add topic in pubspec
- add topic in pubspec

## 1.0.2

- pubspec score
- add pub.dev meta data (repository)
- add coverage
61 changes: 61 additions & 0 deletions coverage/lcov.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
SF:lib/cp949_codec.dart
DA:23,1
DA:30,0
DA:34,3
DA:36,1
DA:37,1
DA:39,1
DA:40,0
DA:42,1
DA:48,3
DA:49,2
DA:54,1
DA:55,5
DA:57,1
DA:61,2
DA:69,1
DA:71,1
DA:73,1
DA:74,1
DA:76,1
DA:77,0
DA:80,1
DA:84,1
DA:86,4
DA:87,2
DA:90,0
DA:91,0
DA:95,1
DA:96,1
DA:97,1
DA:101,2
DA:102,0
DA:104,5
DA:108,2
DA:109,1
DA:112,0
DA:113,0
DA:117,1
DA:118,2
DA:120,0
DA:121,0
DA:123,1
DA:131,4
DA:139,1
DA:143,1
DA:145,2
DA:146,1
DA:148,1
DA:151,1
DA:155,2
DA:156,1
DA:159,0
DA:162,1
DA:163,2
DA:166,1
DA:167,1
DA:169,1
DA:174,1
LF:57
LH:46
end_of_record
6 changes: 2 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
name: cp949_codec
description: The best package for cp949 decoding/encoding. support null-safety, less memory comsumption. include examples and tests
version: 1.0.1
repository: https://github.com/letyletylety/cp949_codec
version: 1.0.2
topics:
- encoding
- decoding
- korean
- cp949
- euc-kr

environment:
sdk: '>=2.12.0 <4.0.0'

screenshots:
- description: 'Examples of decoding broken cp949 string'
path: 'screenshots/decodeString.png'

dependencies:
dev_dependencies:
test:

0 comments on commit dbbb1c5

Please sign in to comment.