dictd_reader 0.1.2
dictd_reader: ^0.1.2 copied to clipboard
A Dart package for reading DICTD dictionary files (.index and .dict/.dict.dz).
We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/dhaval/dictd_reader was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: GPL-3.0.
10/10 points: 20% or more of the public API has dartdoc comments
18 out of 25 API elements (72.0 %) have documentation comments.
Some symbols that are missing documentation: dictd_reader, dictd_reader.DictdParser.DictdParser.new, dictd_reader.DictdReader.DictdReader.new, dictd_reader.DictdReader.dictPath, dictd_reader.FileRandomAccessSource.FileRandomAccessSource.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
ERROR: The name 'RandomAccessSource' is defined in the libraries 'package:dictd_reader/src/source.dart' and 'package:dictzip_reader/src/source.dart (via package:dictzip_reader/dictzip_reader.dart)'.
lib/src/dictd_reader.dart:106:3
╷
106 │ RandomAccessSource? _source;
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/dictd_reader.dart
ERROR: The name 'FileRandomAccessSource' is defined in the libraries 'package:dictd_reader/src/source.dart' and 'package:dictzip_reader/src/source.dart (via package:dictzip_reader/dictzip_reader.dart)'.
lib/src/dictd_reader.dart:115:23
╷
115 │ return openSource(FileRandomAccessSource(dictPath));
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/dictd_reader.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dictzip_reader |
^0.1.1 |
0.1.3 | 0.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.12, Dart 3.11.5.
Check the analysis log for details.