dart_arango_min 0.3.1 copy "dart_arango_min: ^0.3.1" to clipboard
dart_arango_min: ^0.3.1 copied to clipboard

ArangoDB minimalistic driver, working as thin cover on top of ArangoDB HTTP API.

5
likes
120/ 140
pub points
1%
popularity

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

failed
Follow Dart file conventions
20 / 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

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

OK
Provide documentation
20 / 20trigger folding of the section

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

45 out of 74 API elements (60.8 %) have documentation comments.

Some symbols that are missing documentation: dart_arango_min, dart_arango_min.ArangoClientQuery, dart_arango_min.ArangoDBClient, dart_arango_min.ArangoDBClient.ArangoDBClient, dart_arango_min.ArangoDBClient.credentials.

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:dart_arango_min/dart_arango_min.dart that imports:
  • package:dart_arango_min/src/dart_arango_min_base.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 5 issues. Showing the first 2:

INFO: Assignment to a variable of type 'void'.

lib/src/dart_arango_min_base.dart:38:52

   ╷
38 │       }).forEach((k,v)=>ArgumentError.checkNotNull(v,k));
   │                                                    ^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/dart_arango_min_base.dart

INFO: Unnecessary cast.

lib/src/dart_arango_min_base.dart:348:43

    ╷
348 │     var url = dbUrl.replace(pathSegments: pathSegments as Iterable<String>);
    │                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/dart_arango_min_base.dart

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

10/10 points: All of the package dependencies are supported in the latest version

No dependencies.

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

5
likes
120
pub points
1%
popularity

Publisher

unverified uploader

ArangoDB minimalistic driver, working as thin cover on top of ArangoDB HTTP API.

Repository

Documentation

API reference

License

unknown (LICENSE)

More

Packages that depend on dart_arango_min