projection_cs 1.3.0
projection_cs: ^1.3.0 copied to clipboard
A Dart package for coordinate system transformations using the Proj4 library.
We analyzed this package 11 days ago, and awarded it 130 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
63 out of 97 API elements (64.9 %) have documentation comments.
Some symbols that are missing documentation: projection_cs, projection_cs.ProjectionConverter.ProjectionConverter.new, projection_cs.ProjectionDefinitions.ProjectionDefinitions.new, projection_cs.UniversalWKTParser.UniversalWKTParser.new, projection_cs.UniversalWKTParser.parseAsLineString.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 7 issues. Showing the first 2:
INFO: Unnecessary duplication of receiver.
lib/src/generators/wkt_generator.dart:20:5
╷
20 │ writer.setFormatted(false);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/generators/wkt_generator.dart
INFO: Unnecessary type annotation on a local variable.
lib/src/generators/wkt_generator.dart:63:5
╷
63 │ String wkt = _wktWriter.write(point);
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/generators/wkt_generator.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.8 |
1.0.9 | 1.0.9 | |
dart_jts |
^0.3.0+1 |
0.3.0+1 | 0.3.0+1 | |
geocore |
^0.10.2 |
0.10.2 | 0.10.2 | |
latlong2 |
^0.9.1 |
0.9.1 | 0.10.1 | |
proj4dart |
^2.1.0 |
2.1.0 | 3.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
equatable |
- | 2.1.0 | 2.1.0 | |
geobase |
- | 0.3.2 | 1.5.0 | |
intl |
- | 0.20.3 | 0.20.3 | |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
mgrs_dart |
- | 2.0.0 | 3.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
unicode |
- | 0.3.1 | 1.1.9 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
wkt_parser |
- | 2.0.0 | 2.0.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.9.1` on latlong2 does not support the stable version `0.10.0`.
Try running dart pub upgrade --major-versions latlong2 to update the constraint.
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.
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.