Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mumu-lhl/dict_reader
Reading mdict files, support MDX/MDD file formats.
https://github.com/mumu-lhl/dict_reader
dart dart-library dart-package dartlang dictionary library mdd mdict mdict-reader mdx
Last synced: 3 months ago
JSON representation
Reading mdict files, support MDX/MDD file formats.
- Host: GitHub
- URL: https://github.com/mumu-lhl/dict_reader
- Owner: mumu-lhl
- License: mit
- Created: 2024-08-08T02:45:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T12:42:08.000Z (4 months ago)
- Last Synced: 2024-09-26T19:21:38.458Z (4 months ago)
- Topics: dart, dart-library, dart-package, dartlang, dictionary, library, mdd, mdict, mdict-reader, mdx
- Language: Dart
- Homepage: https://pub.dev/packages/dict_reader
- Size: 34.2 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dict_reader
![Pub Version](https://img.shields.io/pub/v/dict_reader)
English | [中文](./README_CN.md)
Reading mdict files, support MDX/MDD file formats.
## Disadvantages
These drawbacks don't affect general use :)
* checksum ❌
* lzo compression ❌
* 3.0 version format ❌
* record block encrypted ❌## Install
```sh
dart pub add dict_reader
```## Usage
See [Example](./example/README.md).