google_maps_flutter 2.1.1
google_maps_flutter: ^2.1.1 copied to clipboard
A Flutter plugin for integrating Google Maps in iOS and Android applications.
1984
likes
120/ 130
pub points
100%
popularity
We analyzed this package on Nov 24, 2021, and awarded it 120 pub points (of a possible 130):
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: Package has an example
- Found example at:
example/lib/main.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 60 out of 62 API elements (96.8 %) have documentation comments.
10/20 points: Supports 2 of 3 possible platforms (iOS, Android, Web)
Found 6 issues. Showing the first 2:
Consider supporting multiple platforms:
Package does not support Flutter platform `Web`.
Because:
package:google_maps_flutter/google_maps_flutter.dartthat declares support for platforms:Android,iOS.
30/30 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest |
|---|---|---|---|
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_plugin_android_lifecycle | ^2.0.1 | 2.0.5 | 2.0.5 |
google_maps_flutter_platform_interface | ^2.1.2 | 2.1.3 | 2.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest |
|---|---|---|---|
characters | - | 1.1.0 | 1.2.0 |
collection | - | 1.15.0 | 1.15.0 |
meta | - | 1.7.0 | 1.7.0 |
sky_engine | - | 0.0.99 | 0.0.99 |
typed_data | - | 1.3.0 | 1.3.0 |
vector_math | - | 2.1.0 | 2.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: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.4, Flutter 2.5.3, Dart 2.14.4.