mapgl_2gis_web 0.0.2
mapgl_2gis_web: ^0.0.2 copied to clipboard
A high-performance Flutter Web wrapper for 2GIS MapGL JS API. Fully supports Dart 3 JS Interop and WASM.
We analyzed this package 3 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
24 out of 39 API elements (61.5 %) have documentation comments.
Some symbols that are missing documentation: mapgl_2gis_web.MapCreatedCallback, mapgl_2gis_web.MapGlWidget.MapGlWidget.new, mapgl_2gis_web.MapReadyCallback, mapgl_2gis_web.MapglController, mapgl_2gis_web.MapglController.addPolygon.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Web
These platforms are not supported:
Package not compatible with platform Android
Because:
package:mapgl_2gis_web/mapgl_2gis_web.dartthat imports:package:mapgl_2gis_web/src/mapgl_controller.dartthat imports:package:mapgl_2gis_web/src/mapgl_clusterer_bindings.dartthat imports:package:mapgl_2gis_web/src/mapgl_bindings.dartthat imports:dart:js_interop
Package not compatible with platform iOS
Because:
package:mapgl_2gis_web/mapgl_2gis_web.dartthat imports:package:mapgl_2gis_web/src/mapgl_controller.dartthat imports:package:mapgl_2gis_web/src/mapgl_clusterer_bindings.dartthat imports:package:mapgl_2gis_web/src/mapgl_bindings.dartthat imports:dart:js_interop
Package not compatible with platform Windows
Because:
package:mapgl_2gis_web/mapgl_2gis_web.dartthat imports:package:mapgl_2gis_web/src/mapgl_controller.dartthat imports:package:mapgl_2gis_web/src/mapgl_clusterer_bindings.dartthat imports:package:mapgl_2gis_web/src/mapgl_bindings.dartthat imports:dart:js_interop
Package not compatible with platform Linux
Because:
package:mapgl_2gis_web/mapgl_2gis_web.dartthat imports:package:mapgl_2gis_web/src/mapgl_controller.dartthat imports:package:mapgl_2gis_web/src/mapgl_clusterer_bindings.dartthat imports:package:mapgl_2gis_web/src/mapgl_bindings.dartthat imports:dart:js_interop
Package not compatible with platform macOS
Because:
package:mapgl_2gis_web/mapgl_2gis_web.dartthat imports:package:mapgl_2gis_web/src/mapgl_controller.dartthat imports:package:mapgl_2gis_web/src/mapgl_clusterer_bindings.dartthat imports:package:mapgl_2gis_web/src/mapgl_bindings.dartthat imports:dart:js_interop
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
INFO: Angle brackets will be interpreted as HTML.
lib/src/mapgl_clusterer_bindings.dart:26:26
╷
26 │ /// От базового Evented<ClustererEventTable>:
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/mapgl_clusterer_bindings.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
web |
^0.5.0 |
0.5.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
vector_math |
- | 2.4.3 | 2.4.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.5.0` on web does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions web 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.4, Dart 3.13.3.
Check the analysis log for details.