squady_amap_flutter_map_plus 3.1.2
squady_amap_flutter_map_plus: ^3.1.2 copied to clipboard
Maintained Flutter AMap plugin fork with modern Flutter/AGP compatibility fixes.
We analyzed this package 5 days ago, and awarded it 125 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: squady_amap_flutter_map_plus.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: squady_amap_flutter_map_plus, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.
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
181 out of 229 API elements (79.0 %) have documentation comments.
Some symbols that are missing documentation: amap_flutter_map_plus.AMapCluster.AMapCluster.new, amap_flutter_map_plus.AMapCluster.cellKey, amap_flutter_map_plus.AMapCluster.center, amap_flutter_map_plus.AMapCluster.count, amap_flutter_map_plus.AMapCluster.first.
10/10 points: Package has an example
10/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:squady_amap_flutter_map_plus/squady_amap_flutter_map_plus.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:squady_amap_flutter_map_plus/squady_amap_flutter_map_plus.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:squady_amap_flutter_map_plus/squady_amap_flutter_map_plus.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:squady_amap_flutter_map_plus/squady_amap_flutter_map_plus.dartthat declares support for platforms:Android,iOS.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
The package does not contain ios/squady_amap_flutter_map_plus/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/src/amap_controller.dart:1:1
╷
1 │ part of amap_flutter_map_plus;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/amap_controller.dart
INFO: The part-of directive uses a library name.
lib/src/amap_widget.dart:1:1
╷
1 │ part of amap_flutter_map_plus;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/amap_widget.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
amap_flutter_base_plus |
^3.1.0 |
3.1.0 | 3.1.0 | |
flutter_plugin_android_lifecycle |
^2.0.1 |
2.0.34 | 2.0.34 | |
meta |
^1.3.0 |
1.17.0 | 1.18.2 | |
plugin_platform_interface |
^2.0.0 |
2.1.8 | 2.1.8 | |
stream_transform |
^2.0.0 |
2.1.1 | 2.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
vector_math |
- | 2.2.0 | 2.3.0 |
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.