amap_flutter_tools 0.0.7 copy "amap_flutter_tools: ^0.0.7" to clipboard
amap_flutter_tools: ^0.0.7 copied to clipboard

PlatformAndroid

a flutter amap plugin

1
likes
120/ 160
pub points
0%
popularity

We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):

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: BSD-3-Clause.

OK
Provide documentation
20 / 20trigger folding of the section

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

OK
Platform support
20 / 20trigger folding of the section

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.
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 43 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/types/camera.dart:58:17

   ╷
58 │   bool operator ==(dynamic other) {
   │                 ^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/types/camera.dart

WARNING: Duplicate export.

lib/types/types.dart:10:8

   ╷
10 │ export 'camera.dart';
   │        ^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/types/types.dart

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

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.20 2.0.20
meta ^1.3.0 1.12.0 1.15.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.0 2.1.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.19.0
material_color_utilities - 0.8.0 0.12.0
permission_handler_platform_interface - 3.12.0 4.2.1
sky_engine - 0.0.99 0.0.99
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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.