flutter_baidu_mapapi_utils 3.9.9
flutter_baidu_mapapi_utils: ^3.9.9 copied to clipboard
The flutter_baidu_mapapi_utils can be uesed to start baidu map client, Longitude and latitude convert, distance calculation between points,and so on.
We analyzed this package 47 hours ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
132 out of 139 API elements (95.0 %) have documentation comments.
Some symbols that are missing documentation: flutter_baidu_mapapi_utils.BMFCalculateUtils.BMFCalculateUtils.new, flutter_baidu_mapapi_utils.BMFMapAPI_Utils.BMFMapAPI_Utils.new, flutter_baidu_mapapi_utils.BMFMapUtilsVersion.BMFMapUtilsVersion.new, flutter_baidu_mapapi_utils.BMFOpenMapUtils.BMFOpenMapUtils.new, flutter_baidu_mapapi_utils.BMFOpenTruckNaviOption.BMFOpenTruckNaviOption.new.
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:flutter_baidu_mapapi_utils/flutter_baidu_mapapi_utils.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:flutter_baidu_mapapi_utils/flutter_baidu_mapapi_utils.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:flutter_baidu_mapapi_utils/flutter_baidu_mapapi_utils.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:flutter_baidu_mapapi_utils/flutter_baidu_mapapi_utils.dartthat declares support for platforms:Android,iOS.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
It does not contain ios/flutter_baidu_mapapi_utils/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
INFO: The type name 'BMFMapAPI_Utils' isn't an UpperCamelCase identifier.
lib/src/utils/bmf_utils_version.dart:5:7
╷
5 │ class BMFMapAPI_Utils {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/utils/bmf_utils_version.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_baidu_mapapi_base |
^3.9.9 |
3.9.9 | 3.9.9 |
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 | |
meta |
- | 1.17.0 | 1.18.1 | |
vector_math |
- | 2.2.0 | 2.2.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.10, Flutter 3.41.0, Dart 3.11.0.
Check the analysis log for details.