any_map_maplibre 1.0.0
any_map_maplibre: ^1.0.0 copied to clipboard
MapLibre GL adapter for any_map. Free, open-source map rendering with 3D buildings, vector tiles, and no API key required.
We analyzed this package 8 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/ramprasad090/any_map/tree/main/packages/any_map_maplibre 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
38 out of 38 API elements (100.0 %) have documentation comments.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Windows`.
Because:
package:any_map_maplibre/any_map_maplibre.dartthat imports:package:any_map_maplibre/src/maplibre_controller.dartthat imports:package:maplibre_gl/maplibre_gl.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:any_map_maplibre/any_map_maplibre.dartthat imports:package:any_map_maplibre/src/maplibre_controller.dartthat imports:package:maplibre_gl/maplibre_gl.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:any_map_maplibre/any_map_maplibre.dartthat imports:package:any_map_maplibre/src/maplibre_controller.dartthat imports:package:maplibre_gl/maplibre_gl.dartthat declares support for platforms:Android,iOS,Web.
Package not compatible with platform Web
Because:
package:any_map_maplibre/any_map_maplibre.dartthat imports:package:any_map_maplibre/src/maplibre_controller.dartthat imports:package:any_map/any_map.dartthat imports:package:any_map/src/isochrone/isochrone.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:any_map_maplibre/any_map_maplibre.dartthat imports:package:any_map_maplibre/src/maplibre_controller.dartthat imports:package:any_map/any_map.dartthat imports:package:any_map/src/isochrone/isochrone.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
any_map |
^1.0.0 |
1.0.0 | 1.0.0 | |
maplibre_gl |
^0.25.0 |
0.25.0 | 0.26.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.9 | 4.0.9 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
image |
- | 4.9.1 | 4.9.1 | |
maplibre_gl_platform_interface |
- | 0.25.0 | 0.26.1 | |
maplibre_gl_web |
- | 0.25.0 | 0.26.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
posix |
- | 6.5.0 | 6.5.0 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 7.0.1 | 7.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.25.0` on maplibre_gl does not support the stable version `0.26.0`.
Try running dart pub upgrade --major-versions maplibre_gl 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.12, Flutter 3.44.0, Dart 3.12.0.
Check the analysis log for details.