any_map_google 1.0.0
any_map_google: ^1.0.0 copied to clipboard
Google Maps adapter for any_map. Uses google_maps_flutter under the hood for Android and iOS map rendering.
We analyzed this package 30 hours ago, and awarded it 140 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_google 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
32 out of 35 API elements (91.4 %) have documentation comments.
Some symbols that are missing documentation: any_map_google.GoogleMapController.GoogleMapController.new, any_map_google.GoogleMapController.controller, any_map_google.GoogleMapsAdapter.GoogleMapsAdapter.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:any_map_google/any_map_google.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:any_map_google/any_map_google.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:any_map_google/any_map_google.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:any_map_google/any_map_google.dartthat declares support for platforms:Android,iOS.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `iOS`.
Because:
package:any_map_google/any_map_google.dartthat imports:package:any_map_google/src/google_controller.dartthat imports:package:google_maps_flutter/google_maps_flutter.dartthat imports:package:google_maps_flutter_android/google_maps_flutter_android.dartthat declares support for platforms:Android.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: 'zIndex' is deprecated and shouldn't be used. Use zIndexInt instead. On some platforms zIndex is truncated to an int, which can lead to incorrect/unstable ordering.
lib/src/google_adapter.dart:105:9
╷
105 │ zIndex: m.zIndex.toDouble(),
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/google_adapter.dart
INFO: 'setMapStyle' is deprecated and shouldn't be used. Use GoogleMap.style instead.
lib/src/google_controller.dart:32:18
╷
32 │ controller.setMapStyle(_initialStyle!.jsonStyle);
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/google_controller.dart
10/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 | |
google_maps_flutter |
^2.10.0 |
2.17.0 | 2.17.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
csslib |
- | 1.0.2 | 1.0.2 | |
flutter_plugin_android_lifecycle |
- | 2.0.34 | 2.0.34 | |
google_maps |
- | 8.2.0 | 8.2.0 | |
google_maps_flutter_android |
- | 2.19.6 | 2.19.6 | |
google_maps_flutter_ios |
- | 2.18.1 | 2.18.1 | |
google_maps_flutter_platform_interface |
- | 2.15.0 | 2.15.0 | |
google_maps_flutter_web |
- | 0.6.2 | 0.6.2 | |
html |
- | 0.15.6 | 0.15.6 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
sanitize_html |
- | 2.1.0 | 2.1.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
web |
- | 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
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.6, Dart 3.11.4.
Check the analysis log for details.