intaleq_maps 2.2.0
intaleq_maps: ^2.2.0 copied to clipboard
Premium Flutter SDK for the Intaleq Map Platform (Jordan & Syria). A drop-in Google Maps Flutter replacement backed by MapLibre GL.
We analyzed this package 9 hours ago, and awarded it 150 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
175 out of 254 API elements (68.9 %) have documentation comments.
Some symbols that are missing documentation: intaleq_maps.CameraTargetBounds.CameraTargetBounds.new, intaleq_maps.CameraTargetBounds.bounds, intaleq_maps.Circle.copyWith, intaleq_maps.Circle.visible, intaleq_maps.Circle.zIndex.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:intaleq_maps/intaleq_maps.dartthat imports:package:intaleq_maps/src/models/types.dartthat imports:package:intaleq_maps/src/intaleq_map_controller.dartthat imports:package:intaleq_maps/src/models/geometry.dartthat imports:package:maplibre_gl/maplibre_gl.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:intaleq_maps/intaleq_maps.dartthat imports:package:intaleq_maps/src/models/types.dartthat imports:package:intaleq_maps/src/intaleq_map_controller.dartthat imports:package:intaleq_maps/src/models/geometry.dartthat imports:package:maplibre_gl/maplibre_gl.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:intaleq_maps/intaleq_maps.dartthat imports:package:intaleq_maps/src/models/types.dartthat imports:package:intaleq_maps/src/intaleq_map_controller.dartthat imports:package:intaleq_maps/src/models/geometry.dartthat imports:package:maplibre_gl/maplibre_gl.dartthat declares support for platforms:Android,iOS,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 11 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/intaleq_map_controller.dart:335:7
╷
335 │ return jsonDecode(res.body) as Map<String, dynamic>;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/intaleq_map_controller.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/intaleq_map_controller.dart:358:7
╷
358 │ return jsonDecode(res.body) as Map<String, dynamic>;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/intaleq_map_controller.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
http |
^1.2.0 |
1.6.0 | 1.6.0 | |
maplibre_gl |
^0.25.0 |
0.25.0 | 0.26.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.9 | 4.0.9 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 4.8.0 | 4.8.0 | |
maplibre_gl_platform_interface |
- | 0.25.0 | 0.26.0 | |
maplibre_gl_web |
- | 0.25.0 | 0.26.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.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 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 6.6.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`, that was published 12 days ago.
When maplibre_gl is 30 days old, this package will no longer be awarded points in this category.
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.41.7, Dart 3.11.5.
Check the analysis log for details.