flutter_baidu_mapapi_map 3.7.0 copy "flutter_baidu_mapapi_map: ^3.7.0" to clipboard
flutter_baidu_mapapi_map: ^3.7.0 copied to clipboard

The flutter_baidu_mapapi_map is a flutter plugin of basic map for baidu map, You can use it to develop map page for Flutter application.

30
likes
105/ 140
pub points
92%
popularity

We analyzed this package 37 hours ago, and awarded it 105 pub points (of a possible 140):

failed
Follow Dart file conventions
25 / 30trigger folding of the section

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.

failed
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

OUT: Documenting flutter_baidu_mapapi_map... Discovering libraries... Linking elements... ERR: dartdoc 8.0.8 (/tmp/analyzerANRXAR/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.3.3.snapshot) failed: UnimplementedError: No members on Library.sentinel are accessible #0 _LibrarySentinel.noSuchMethod (package:dartdoc/src/model/library.dart:21:7) #1 _LibrarySentinel.element (package:dartdoc/src/model/library.dart:18:7) #2 SpecialClass.matchesClass (package:dartdoc/src/special_elements.dart:55:28) #3 SpecialClasses.addSpecial.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:flutter_baidu_mapapi_map/flutter_baidu_mapapi_map.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:flutter_baidu_mapapi_map/flutter_baidu_mapapi_map.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:flutter_baidu_mapapi_map/flutter_baidu_mapapi_map.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:flutter_baidu_mapapi_map/flutter_baidu_mapapi_map.dart that declares support for platforms: Android, iOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:flutter_baidu_mapapi_map/flutter_baidu_mapapi_map.dart that imports:
  • package:flutter_baidu_mapapi_map/src/map/bmf_map_version.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:flutter_baidu_mapapi_map/flutter_baidu_mapapi_map.dart that imports:
  • package:flutter_baidu_mapapi_map/src/map/bmf_map_version.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 337 issues. Showing the first 2:

INFO: The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/services.dart'.

lib/src/map/bmf_map_controller.dart:1:8

  ╷
1 │ import 'dart:typed_data';
  │        ^^^^^^^^^^^^^^^^^
  ╵

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

INFO: The import of 'package:flutter_baidu_mapapi_map/src/models/bmf_baseindoormap_info.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter_baidu_mapapi_map/flutter_baidu_mapapi_map.dart'.

lib/src/map/bmf_map_controller.dart:6:8

  ╷
6 │ import 'package:flutter_baidu_mapapi_map/src/models/bmf_baseindoormap_info.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
device_info_plus ^9.0.3 9.1.2 10.1.0
flutter flutter 0.0.0 0.0.0
flutter_baidu_mapapi_base ^3.7.0 3.7.0 3.7.0
flutter_plugin_android_lifecycle ^2.0.5 2.0.19 2.0.19
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
device_info_plus_platform_interface - 7.0.0 7.0.0
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
plugin_platform_interface - 2.1.8 2.1.8
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
win32 - 5.5.0 5.5.0
win32_registry - 1.1.3 1.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^9.0.3` on device_info_plus does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions device_info_plus to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

30
likes
105
pub points
92%
popularity

Publisher

unverified uploader

The flutter_baidu_mapapi_map is a flutter plugin of basic map for baidu map, You can use it to develop map page for Flutter application.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

device_info_plus, flutter, flutter_baidu_mapapi_base, flutter_plugin_android_lifecycle

More

Packages that depend on flutter_baidu_mapapi_map