dart_arango_min 0.3.1 dart_arango_min: ^0.3.1 copied to clipboard
ArangoDB minimalistic driver, working as thin cover on top of ArangoDB HTTP API.
We analyzed this package 2 days ago, and awarded it 140 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
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.
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
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
0/0 points: WASM compatibility
Package not compatible with runtime wasm
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
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.
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
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.15
, Dart 3.5.4
.
Check the analysis log for details.