dart_postgis 0.3.3+4 copy "dart_postgis: ^0.3.3+4" to clipboard
dart_postgis: ^0.3.3+4 copied to clipboard

A module to support postgis.

120/ 160
pub points
12
downloads

We analyzed this package 33 hours ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: LGPL-2.1.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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
Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 25 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/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 3.0.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.7 3.0.7
ffi - 2.1.5 2.1.5
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 3.0.0
path - 1.9.1 1.9.1
petitparser - 7.0.1 7.0.1
pool - 1.5.2 1.5.2
postgres - 2.6.4 3.5.9
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.3 1.0.3
sqlite3 - 2.9.4 3.1.2
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.2 0.3.2
web - 1.1.1 1.1.1
wkt_parser - 2.0.0 2.0.0
xml - 6.6.1 6.6.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^2.1.0` on proj4dart does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions proj4dart to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.5, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
120
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A module to support postgis.

Repository (GitHub)
View/report issues

Documentation

API reference

License

LGPL-2.1 (license)

Dependencies

dart_hydrologis_db, dart_hydrologis_utils, dart_jts, proj4dart

More

Packages that depend on dart_postgis