dictd_reader 0.1.3 copy "dictd_reader: ^0.1.3" to clipboard
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 RandomAccessSource abstraction for SAF support.
  • Allow DictdReader to open from a custom source via openSource().

0.1.1 #

  • Added readEntries to DictdReader for efficient batch reading of definitions.

0.1.0 #

  • Initial release.
  • Support for DICTD .index and .index.gz parsing.
  • Support for random access reading of .dict and .dict.dz (dictzip) files.
  • In-situ reading of compressed files using dictzip_reader.
  • Pure Dart implementation, no Flutter dependency.
0
likes
150
points
400
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package for reading DICTD dictionary files (.index and .dict/.dict.dz).

Repository (GitHub)

License

GPL-3.0 (license)

Dependencies

dictzip_reader

More

Packages that depend on dictd_reader