germanet_dart 1.0.10 copy "germanet_dart: ^1.0.10" to clipboard
germanet_dart: ^1.0.10 copied to clipboard

The dart adaption to the GermaNet lexical unit system and alogrithms

2
likes
110/ 140
pub points
0%
popularity

We analyzed this package 6 days ago, and awarded it 110 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

34 out of 147 API elements (23.1 %) have documentation comments.

Some symbols that are missing documentation: germanet_dart.ConRel, germanet_dart.ConRel.ConRel, germanet_dart.ConRel.transitive, germanet_dart.ConRel.value, germanet_dart.Germanet.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 219 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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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.18.0 1.18.0
meta - 1.14.0 1.14.0
petitparser - 5.4.0 6.0.2

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

2
likes
110
pub points
0%
popularity

Publisher

verified publisherprojectad.de

The dart adaption to the GermaNet lexical unit system and alogrithms

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

xml

More

Packages that depend on germanet_dart