flutter_opendroneid 0.15.2
flutter_opendroneid: ^0.15.2 copied to clipboard
A flutter plugin for reading Wi-Fi and Bluetooth Remote ID advertisements using native Android and iOS platform-specific implementation.
We analyzed this package 2 days ago, and awarded it 85 pub points (of a possible 140):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:3:257
╷
3 │ <p>A flutter plugin for reading Wi-Fi and Bluetooth Remote ID advertisements using native Android and iOS platform-specific implementation. The format of data is defined in the <a href="https://www.astm.org/f3411-22a.html">ASTM F3411</a> Remote ID and the <a href="http://asd-stan.org/downloads/asd-stan-pren-4709-002-p1/">ASD-STAN prEN 4709-002</a> Direct Remote ID specifications.</p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
Links in `README.md` should be secure. 1 image link is insecure.
README.md:30:35
╷
30 │ <a href="https://www.dronetag.cz"><img src="http://dronetag-media.s3.eu-north-1.amazonaws.com/d69bc916-7137-469c-88c4-22b7ad0cdf33.png" width="100" /></a></p>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
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.
0/10 points: 20% or more of the public API has dartdoc comments
31 out of 309 API elements (10.0 %) 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.
Some symbols that are missing documentation: compare_extension
, AuthenticationCompareExtension
, containsEqualData
, BasicIDCompareExtension
, containsEqualData
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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_opendroneid/flutter_opendroneid.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:flutter_opendroneid/flutter_opendroneid.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:flutter_opendroneid/flutter_opendroneid.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:flutter_opendroneid/flutter_opendroneid.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_opendroneid/flutter_opendroneid.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/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:flutter_opendroneid/flutter_opendroneid.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/win32.dart
that declares support for platforms:Windows
.
40/50 points: code has no errors, warnings, lints, or formatting issues
lib/pigeon.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
dart_opendroneid |
^0.3.0 |
0.3.0 | 0.3.0 |
device_info_plus |
^8.0.0 |
8.2.2 | 9.1.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
permission_handler |
^11.0.1 |
11.1.0 | 11.1.0 |
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.0 | 2.1.0 |
file |
- | 6.1.4 | 7.0.0 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
material_color_utilities |
- | 0.5.0 | 0.8.0 |
meta |
- | 1.10.0 | 1.11.0 |
path |
- | 1.9.0 | 1.9.0 |
permission_handler_android |
- | 12.0.1 | 12.0.1 |
permission_handler_apple |
- | 9.2.0 | 9.2.0 |
permission_handler_html |
- | 0.1.0+2 | 0.1.0+2 |
permission_handler_platform_interface |
- | 4.0.2 | 4.0.2 |
permission_handler_windows |
- | 0.2.0 | 0.2.0 |
plugin_platform_interface |
- | 2.1.7 | 2.1.7 |
sky_engine |
- | 0.0.99 | 0.0.99 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 0.3.0 | 0.4.0 |
win32 |
- | 4.1.4 | 5.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^8.0.0` on device_info_plus does not support the stable version `9.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.21.43
, Flutter 3.16.1
, Dart 3.2.1
.
Check the analysis log for details.