germanet_dart 1.0.10 germanet_dart: ^1.0.10 copied to clipboard
The dart adaption to the GermaNet lexical unit system and alogrithms
We analyzed this package 6 days ago, and awarded it 110 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
34 out of 142 API elements (23.9 %) have documentation comments.
Some symbols that are missing documentation: germanet_dart.ConRel
, germanet_dart.ConRel.transitive
, germanet_dart.ConRel.value
, germanet_dart.Germanet
, germanet_dart.Germanet.addIlirecords
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:germanet_dart/germanet_dart.dart
that imports:package:germanet_dart/src/icbased_similarity.dart
that imports:package:germanet_dart/src/filterconfig.dart
that imports:package:germanet_dart/src/germanet.dart
that imports:package:germanet_dart/src/utils.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:germanet_dart/germanet_dart.dart
that imports:package:germanet_dart/src/icbased_similarity.dart
that imports:package:germanet_dart/src/filterconfig.dart
that imports:package:germanet_dart/src/germanet.dart
that imports:package:germanet_dart/src/utils.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 220 issues. Showing the first 2:
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/filterconfig.dart:70:21
╷
70 │ if(form != null && form != ""){
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/filterconfig.dart
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/filterconfig.dart:134:32
╷
134 │ if(ignore_case && form != null && form != ""){
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/filterconfig.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
xml |
^5.0.0 |
5.4.1 | 6.5.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 |
meta |
- | 1.16.0 | 1.16.0 |
petitparser |
- | 5.4.0 | 6.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^5.0.0` on xml does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions xml
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 24 errors:
UNDEFINED_GETTER
-lib/src/germanet.dart:125:33
- The getter 'childElements' isn't defined for the type 'XmlElement'.UNDEFINED_GETTER
-lib/src/germanet.dart:127:58
- The getter 'localName' isn't defined for the type 'XmlAttribute'.UNDEFINED_GETTER
-lib/src/germanet.dart:128:59
- The getter 'localName' isn't defined for the type 'XmlAttribute'.
Run dart pub downgrade
and then dart analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.18
, Dart 3.6.1
.
Check the analysis log for details.