bmap_map_fluttify 0.6.1
bmap_map_fluttify: ^0.6.1 copied to clipboard
An `BaiduMap` Map Component, Powered By `Fluttify`, A Compiler Generating Dart Bindings For Native SDK.
We analyzed this package 5 hours ago, and awarded it 80 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 776 out of 10013 API elements (7.7 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
20/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:bmap_map_fluttify/bmap_map_fluttify.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:bmap_map_fluttify/bmap_map_fluttify.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:bmap_map_fluttify/bmap_map_fluttify.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:bmap_map_fluttify/bmap_map_fluttify.dart
that declares support for platforms:Android
,iOS
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 1090 issues. Showing the first 2:
INFO: The import of 'package:foundation_fluttify/foundation_fluttify.dart' is unnecessary because all of the used elements are also provided by the import of 'package:bmap_map_fluttify/src/android/android.export.g.dart'.
lib/src/android/com/baidu/geofence/GeoFence.g.dart:12:8
╷
12 │ import 'package:foundation_fluttify/foundation_fluttify.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/android/com/baidu/geofence/GeoFence.g.dart
INFO: The import of 'package:core_location_fluttify/core_location_fluttify.dart' is unnecessary because all of the used elements are also provided by the import of 'package:bmap_map_fluttify/src/android/android.export.g.dart'.
lib/src/android/com/baidu/geofence/GeoFence.g.dart:13:8
╷
13 │ import 'package:core_location_fluttify/core_location_fluttify.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/android/com/baidu/geofence/GeoFence.g.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
bmap_core_fluttify | ^0.5.0 | 0.5.0 | 0.7.0 |
bmap_utils_fluttify | ^0.4.0 | 0.4.0 | 0.4.0 |
core_location_fluttify | ^0.7.0-dev.0 | 0.7.0-dev.0 | 0.7.1 |
flutter | flutter | 0.0.0 | 0.0.0 |
foundation_fluttify | ^0.12.1+1 | 0.12.1+1 | 0.13.0+1 |
path_provider | ^2.0.6 | 2.0.14 | 2.0.14 |
uni_map_platform_interface | ^0.6.0-dev.2 | 0.6.0-dev.2 | 0.7.0-rc.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.2.1 | 1.3.0 |
collection | - | 1.17.0 | 1.17.1 |
ffi | - | 2.0.1 | 2.0.1 |
file | - | 6.1.4 | 6.1.4 |
js | - | 0.6.5 | 0.6.7 |
material_color_utilities | - | 0.2.0 | 0.3.0 |
meta | - | 1.8.0 | 1.9.1 |
path | - | 1.8.3 | 1.8.3 |
path_provider_android | - | 2.0.24 | 2.0.24 |
path_provider_foundation | - | 2.2.1 | 2.2.1 |
path_provider_linux | - | 2.1.10 | 2.1.10 |
path_provider_platform_interface | - | 2.0.6 | 2.0.6 |
path_provider_windows | - | 2.1.5 | 2.1.5 |
platform | - | 3.1.0 | 3.1.0 |
plugin_platform_interface | - | 2.1.4 | 2.1.4 |
process | - | 4.2.4 | 4.2.4 |
sky_engine | - | 0.0.99 | 0.0.99 |
vector_math | - | 2.1.4 | 2.1.4 |
win32 | - | 3.1.3 | 4.1.1 |
xdg_directories | - | 1.0.0 | 1.0.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.5.0` on bmap_core_fluttify does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions bmap_core_fluttify
to update the constraint.
The constraint `^0.12.1+1` on foundation_fluttify does not support the stable version `0.13.0`.
Try running dart pub upgrade --major-versions foundation_fluttify
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.6.0 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.27
, Flutter 3.7.7
, Dart 2.19.4
.