h3_ffi_plus 1.0.0+v4.2.1
h3_ffi_plus: ^1.0.0+v4.2.1 copied to clipboard
Dart FFI implementation of the abstract H3 interface from h3_common_plus. Not intended for direct use.
We analyzed this package 4 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
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
233 out of 303 API elements (76.9 %) have documentation comments.
Some symbols that are missing documentation: h3_ffi_plus
, h3_ffi_plus.AngleConverter.AngleConverter.new
, h3_ffi_plus.AngleConverter.degreeToRadian
, h3_ffi_plus.AngleConverter.radianToDegree
, h3_ffi_plus.CoordIJ.CoordIJ.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 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:h3_ffi_plus/h3_ffi_plus.dart
that imports:package:h3_ffi_plus/src/h3_ffi_plus.dart
that imports:package:h3_ffi_plus/src/mappers/native.dart
that imports:package:h3_ffi_plus/src/generated/generated_bindings.dart
that imports:dart:ffi
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:h3_ffi_plus/h3_ffi_plus.dart
that imports:package:h3_ffi_plus/src/h3_ffi_plus.dart
that imports:package:h3_ffi_plus/src/mappers/native.dart
that imports:package:h3_ffi_plus/src/generated/generated_bindings.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.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
/tmp/pana_FPDBJL/lib/src/h3_ffi_plus.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
ffi |
^2.0.1 |
2.1.4 | 2.1.4 | |
h3_common_plus |
^1.0.0 |
1.0.0+v4.2.1 | 1.0.0+v4.2.1 | |
path |
^1.8.1 |
1.9.1 | 1.9.1 |
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.2
.
Check the analysis log for details.