google_maps_cross 1.0.2 copy "google_maps_cross: ^1.0.2" to clipboard
google_maps_cross: ^1.0.2 copied to clipboard

Google maps cross platform

2
likes
70/ 140
pub points
27%
popularity

We analyzed this package 16 hours ago, and awarded it 70 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

123 out of 131 API elements (93.9 %) have documentation comments.

Some symbols that are missing documentation: google_maps_cross, google_maps_cross.GoogleMapState, google_maps_cross.GoogleMapState.GoogleMapState, google_maps_cross.GoogleMapState.changeMapStyle, google_maps_cross.GoogleMapStateBase.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:google_maps_cross/google_maps_cross.dart that imports:
  • package:google_maps_cross/src/mobile/google_map.state.dart that imports:
  • package:google_maps_cross/src/mobile/utils.dart that imports:
  • package:google_maps_flutter/google_maps_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:google_maps_cross/google_maps_cross.dart that imports:
  • package:google_maps_cross/src/mobile/google_map.state.dart that imports:
  • package:google_maps_cross/src/mobile/utils.dart that imports:
  • package:google_maps_flutter/google_maps_flutter.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:google_maps_cross/google_maps_cross.dart that imports:
  • package:google_maps_cross/src/mobile/google_map.state.dart that imports:
  • package:google_maps_cross/src/mobile/utils.dart that imports:
  • package:google_maps_flutter/google_maps_flutter.dart that declares support for platforms: Android, iOS.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

ERROR: The name 'platformViewRegistry' is being referenced through the prefix 'ui', but it isn't defined in any of the libraries imported using that prefix.

lib/src/web/google_map.state.dart:519:10

    ╷
519 │       ui.platformViewRegistry.registerViewFactory(htmlId, (int viewId) {
    │          ^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/web/google_map.state.dart

INFO: Statements in an if should be enclosed in a block.

lib/src/mobile/google_map.state.dart:209:13

    ╷
209 │ ┌             moveCameraBounds(
210 │ │               response.routes!.firstOrNull!.bounds!,
211 │ │               padding: 80,
212 │ └             );
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/mobile/google_map.state.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
flinq 2.0.2 2.0.2 2.0.2
flutter flutter 0.0.0 0.0.0
google_directions_api 0.9.1 0.9.1 0.10.0
google_maps 6.1.0 6.1.0 7.1.0
google_maps_flutter 2.1.5 2.1.5 2.6.1
google_polyline_algorithm 3.1.0 3.1.0 3.1.0
http 0.13.4 0.13.4 1.2.1
universal_html 2.0.8 2.0.8 2.2.4
uuid 3.0.6 3.0.6 4.4.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
csslib - 0.17.3 1.0.0
flutter_plugin_android_lifecycle - 2.0.19 2.0.19
google_maps_flutter_platform_interface - 2.6.0 2.6.0
html - 0.15.4 0.15.4
http_parser - 4.0.2 4.0.2
js - 0.6.7 0.7.1
js_wrapping - 0.7.4 0.7.4
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
stream_transform - 2.1.0 2.1.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
universal_io - 2.2.2 2.2.2
vector_math - 2.1.4 2.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 6 issues. Showing the first 2:

The constraint `0.9.1` on google_directions_api does not support the stable version `0.10.0`.

Try running dart pub upgrade --major-versions google_directions_api to update the constraint.

The constraint `6.1.0` on google_maps does not support the stable version `6.1.1`.

Try running dart pub upgrade --major-versions google_maps to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.