google_maps 8.1.1
google_maps: ^8.1.1 copied to clipboard
With that package you will be able to use Google Maps JavaScript API from Dart scripts.
We analyzed this package 3 days ago, and awarded it 70 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
1784 out of 5424 API elements (32.9 %) have documentation comments.
Some symbols that are missing documentation: google_maps, google_maps.AdvancedMarkerClickEvent, google_maps.AdvancedMarkerElement, google_maps.AdvancedMarkerElement.AdvancedMarkerElement.new, google_maps.AdvancedMarkerElement.addListener.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 418 issues. Showing the first 2:
ERROR: The extension type 'Marker3DInteractiveElement' has more than one distinct member named 'altitudeMode' from implemented types.
lib/src/generated/3d_map/marker_3_dinteractive_element.dart:18:16
╷
18 │ extension type Marker3DInteractiveElement._(Marker3DElement _)
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/generated/3d_map/marker_3_dinteractive_element.dart
ERROR: The extension type 'Marker3DInteractiveElement' has more than one distinct member named 'altitudeMode=' from implemented types.
lib/src/generated/3d_map/marker_3_dinteractive_element.dart:18:16
╷
18 │ extension type Marker3DInteractiveElement._(Marker3DElement _)
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/generated/3d_map/marker_3_dinteractive_element.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
^1.3.0 |
1.18.3 | 1.18.3 | |
web |
>=0.5.1 <2.0.0 |
1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 16 errors:
EXTENSION_TYPE_INHERITED_MEMBER_CONFLICT-lib/src/generated/3d_map/marker_3_dinteractive_element.dart:18:16- The extension type 'Marker3DInteractiveElement' has more than one distinct member named 'altitudeMode' from implemented types.EXTENSION_TYPE_INHERITED_MEMBER_CONFLICT-lib/src/generated/3d_map/marker_3_dinteractive_element.dart:18:16- The extension type 'Marker3DInteractiveElement' has more than one distinct member named 'altitudeMode=' from implemented types.EXTENSION_TYPE_INHERITED_MEMBER_CONFLICT-lib/src/generated/3d_map/marker_3_dinteractive_element.dart:18:16- The extension type 'Marker3DInteractiveElement' has more than one distinct member named 'collisionBehavior' from implemented types.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.12, Dart 3.12.1.
Check the analysis log for details.