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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dictd_reader

With Flutter:

 $ flutter pub add dictd_reader

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dictd_reader: ^0.1.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dictd_reader/dictd_reader.dart';
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