amap_flutter_tools 0.0.8 amap_flutter_tools: ^0.0.8 copied to clipboard
a flutter amap plugin
We analyzed this package 17 days ago, and awarded it 70 pub points (of a possible 160):
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
378 out of 465 API elements (81.3 %) have documentation comments.
Some symbols that are missing documentation: amap_flutter_location
, amap_flutter_map.AMapController.disponse
, amap_flutter_map.AMapController.mapId
, amap_flutter_map.AMapWidget.createState
, amap_flutter_map.BaseOverlay.clone
.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:amap_flutter_tools/amap_controller.dart
that declares support for platforms:Android
.
Package does not support platform `Windows`.
Because:
package:amap_flutter_tools/amap_controller.dart
that declares support for platforms:Android
.
Package does not support platform `Linux`.
Because:
package:amap_flutter_tools/amap_controller.dart
that declares support for platforms:Android
.
Package does not support platform `macOS`.
Because:
package:amap_flutter_tools/amap_controller.dart
that declares support for platforms:Android
.
Package does not support platform `Web`.
Because:
package:amap_flutter_tools/amap_controller.dart
that declares support for platforms:Android
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 39 issues. Showing the first 2:
ERROR: The method 'hashValues' isn't defined for the type 'CameraPosition'.
lib/types/camera.dart:69:23
╷
69 │ int get hashCode => hashValues(bearing, target, tilt, zoom);
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/types/camera.dart
ERROR: The method 'hashValues' isn't defined for the type 'InfoWindow'.
lib/types/marker.dart:70:23
╷
70 │ int get hashCode => hashValues(title, snippet);
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/types/marker.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
amap_flutter_base |
^3.0.0 |
3.0.0 | 3.0.0 |
amap_flutter_location |
^3.0.0 |
3.0.0 | 3.0.0 |
amap_flutter_map |
^3.0.0 |
3.0.0 | 3.0.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_plugin_android_lifecycle |
^2.0.1 |
2.0.24 | 2.0.24 |
meta |
^1.3.0 |
1.15.0 | 1.16.0 |
permission_handler |
^6.1.1 |
6.1.3 | 11.3.1 |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
stream_transform |
^2.0.0 |
2.1.1 | 2.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
permission_handler_platform_interface |
- | 3.12.0 | 4.2.3 |
sky_engine |
- | 0.0.0 | 0.0.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^6.1.1` on permission_handler does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions permission_handler
to update the constraint.
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 8 errors:
UNDEFINED_METHOD
-lib/types/camera.dart:69:23
- The method 'hashValues' isn't defined for the type 'CameraPosition'.UNDEFINED_METHOD
-lib/types/marker.dart:70:23
- The method 'hashValues' isn't defined for the type 'InfoWindow'.UNDEFINED_METHOD
-lib/types/marker_updates.dart:94:7
- The method 'hashValues' isn't defined for the type 'MarkerUpdates'.
Run flutter pub downgrade
and then flutter 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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.