google_maps_apis 2.0.0
google_maps_apis: ^2.0.0 copied to clipboard
Google Maps Web Services [API](https://developers.google.com/maps/web-services)
We analyzed this package 5 days ago, and awarded it 100 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
545 out of 1532 API elements (35.6 %) have documentation comments.
Some symbols that are missing documentation: directions, directions.DirectionsResponse, directions.DirectionsResponse.DirectionsResponse.fromJson, directions.DirectionsResponse.DirectionsResponse.new, directions.DirectionsResponse.routes.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:google_maps_apis/places_new.dartthat imports:package:google_maps_apis/src/new/apiservice/places_api_new.dartthat imports:package:google_maps_apis/src/new/base_api/rest_api_service.dartthat imports:package:google_maps_apis/src/new/base_api/rest_api.dartthat imports:package:dio/io.dartthat imports:package:dio/src/dio/dio_for_native.dartthat imports:package:dio/src/adapters/io_adapter.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
ERROR: 4 positional arguments expected by 'logError', but 3 found.
lib/src/new/service/places_service_new.g.dart:47:43
╷
47 │ errorLogger?.logError(e, s, _options);
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/new/service/places_service_new.g.dart
ERROR: 4 positional arguments expected by 'logError', but 3 found.
lib/src/new/service/places_service_new.g.dart:81:43
╷
81 │ errorLogger?.logError(e, s, _options);
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/new/service/places_service_new.g.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
copy_with_extension |
^6.0.1 |
6.0.1 | 11.0.0 | |
dio |
^5.8.0+1 |
5.9.0 | 5.9.0 | |
http |
>=0.13.0 <2.0.0 |
1.6.0 | 1.6.0 | |
json_annotation |
^4.9.0 |
4.9.0 | 4.9.0 | |
meta |
^1.16.0 |
1.17.0 | 1.17.0 | |
retrofit |
^4.4.2 |
4.9.1 | 4.9.1 | |
uuid |
^4.5.1 |
4.5.2 | 4.5.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
mime |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.0.1` on copy_with_extension does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions copy_with_extension 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.3, Dart 3.10.4.
Check the analysis log for details.