dart_postgis 0.3.3+4
dart_postgis: ^0.3.3+4 copied to clipboard
A module to support postgis.
We analyzed this package 2 days ago, and awarded it 130 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.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/moovida/dart_postgis/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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: LGPL-2.1
.
10/10 points: 20% or more of the public API has dartdoc comments
56 out of 170 API elements (32.9 %) have documentation comments.
Some symbols that are missing documentation: dart_postgis.BinaryByteGetter
, dart_postgis.BinaryByteGetter.BinaryByteGetter.new
, dart_postgis.BinaryByteGetter.array
, dart_postgis.BinaryByteSetter
, dart_postgis.BinaryByteSetter.BinaryByteSetter.new
.
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_postgis/dart_postgis.dart
that imports:package:dart_hydrologis_utils/dart_hydrologis_utils.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dart_postgis/dart_postgis.dart
that imports:package:dart_hydrologis_utils/dart_hydrologis_utils.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 26 issues. Showing the first 2:
WARNING: Unused import: 'package:proj4dart/proj4dart.dart'.
lib/dart_postgis.dart:9:8
╷
9 │ import 'package:proj4dart/proj4dart.dart' as PROJ;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/dart_postgis.dart
WARNING: The operand can't be 'null', so the condition is always 'true'.
lib/src/com/hydrologis/dart_postgis/core/writers.dart:506:13
╷
506 │ if (c.z != null && !c.z.isNaN) {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/com/hydrologis/dart_postgis/core/writers.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dart_hydrologis_db |
^1.1.0 |
1.1.1 | 1.1.1 | |
dart_hydrologis_utils |
^0.8.1 |
0.8.2 | 0.8.2 | |
dart_jts |
^0.3.0+1 |
0.3.0+1 | 0.3.0+1 | |
proj4dart |
^2.1.0 |
2.1.0 | 2.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
buffer |
- | 1.2.3 | 1.2.3 | |
charcode |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
intl |
- | 0.20.2 | 0.20.2 | |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
meta |
- | 1.17.0 | 1.17.0 | |
mgrs_dart |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.0 | 7.0.0 | |
pool |
- | 1.5.1 | 1.5.1 | |
postgres |
- | 2.6.4 | 3.5.6 | |
sasl_scram |
- | 0.1.1 | 0.1.1 | |
saslprep |
- | 1.0.3 | 1.0.3 | |
sqlite3 |
- | 2.7.6 | 2.7.6 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unicode |
- | 0.3.1 | 1.1.8 | |
unorm_dart |
- | 0.3.1+1 | 0.3.1+1 | |
web |
- | 1.1.1 | 1.1.1 | |
wkt_parser |
- | 2.0.0 | 2.0.0 | |
xml |
- | 6.6.0 | 6.6.0 |
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.21
, Dart 3.8.1
.
Check the analysis log for details.