Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).