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 14 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.dartthat imports:package:h3_ffi_plus/src/h3_ffi_plus.dartthat imports:package:h3_ffi_plus/src/mappers/native.dartthat imports:package:h3_ffi_plus/src/generated/generated_bindings.dartthat imports:dart:ffi
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 22 issues. Showing the first 2:
INFO: The constant name 'E_SUCCESS' isn't a lowerCamelCase identifier.
lib/src/generated/generated_bindings.dart:1599:20
╷
1599 │ static const int E_SUCCESS = 0;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/generated/generated_bindings.dart
INFO: The constant name 'E_FAILED' isn't a lowerCamelCase identifier.
lib/src/generated/generated_bindings.dart:1600:20
╷
1600 │ static const int E_FAILED = 1;
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/generated/generated_bindings.dart
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.23.3, Dart 3.10.4.
Check the analysis log for details.