duckdb_dart 0.4.0
duckdb_dart: ^0.4.0 copied to clipboard
A DuckDB client for Dart
We analyzed this package 24 hours ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
573 out of 875 API elements (65.5 %) have documentation comments.
Some symbols that are missing documentation: duckdb_dart.AccessMode
, duckdb_dart.ArrowArray.ArrowArray.new
, duckdb_dart.ArrowSchema
, duckdb_dart.ArrowSchema.ArrowSchema.new
, duckdb_dart.Config.Config.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:duckdb_dart/duckdb_dart.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `iOS`.
Because:
package:duckdb_dart/duckdb_dart.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `Web`.
Because:
package:duckdb_dart/duckdb_dart.dart
that declares support for platforms:Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:duckdb_dart/duckdb_dart.dart
that imports:package:duckdb_dart/src/implementation/duckdb.dart
that imports:package:ffi/ffi.dart
that imports:package:ffi/src/utf8.dart
that imports:dart:ffi
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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 113 issues. Showing the first 2:
WARNING: The declaration '__u_char' isn't referenced.
lib/src/ffi/duckdb.g.dart:10435:9
╷
10435 │ typedef __u_char = ffi.UnsignedChar;
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/ffi/duckdb.g.dart
WARNING: The declaration '__u_short' isn't referenced.
lib/src/ffi/duckdb.g.dart:10437:9
╷
10437 │ typedef __u_short = ffi.UnsignedShort;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/ffi/duckdb.g.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
decimal |
^3.0.0 |
3.2.4 | 3.2.4 | |
ffi |
^2.1.3 |
2.1.4 | 2.1.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
rational |
- | 2.2.3 | 2.2.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.22.23
, Dart 3.9.3
.
Check the analysis log for details.