dictd_reader 0.1.3
dictd_reader: ^0.1.3 copied to clipboard
A Dart package for reading DICTD dictionary files (.index and .dict/.dict.dz).
0.1.3 #
- Removed multiple implementation of RandomAccessSource. Now it is imported only from dictzip_reader package.
- dictzip is read by dictzip_reader package.
0.1.2 #
- Add
RandomAccessSourceabstraction for SAF support. - Allow
DictdReaderto open from a custom source viaopenSource().
0.1.1 #
- Added
readEntriestoDictdReaderfor efficient batch reading of definitions.
0.1.0 #
- Initial release.
- Support for DICTD
.indexand.index.gzparsing. - Support for random access reading of
.dictand.dict.dz(dictzip) files. - In-situ reading of compressed files using
dictzip_reader. - Pure Dart implementation, no Flutter dependency.