dart_opendroneid 0.4.0 copy "dart_opendroneid: ^0.4.0" to clipboard
dart_opendroneid: ^0.4.0 copied to clipboard

A Dart library for parsing Remote ID advertisements from raw binary payload

3
likes
115/ 160
pub points
40%
popularity

We analyzed this package 5 days ago, and awarded it 115 pub points (of a possible 160):

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

0/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/dronetag/dart-opendroneid was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: dart_opendroneid,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:3:120

  ╷
3 │ <p>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.

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

21 out of 188 API elements (11.2 %) 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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: dart_opendroneid.AuthData, dart_opendroneid.AuthData.AuthData, dart_opendroneid.AuthData.authData, dart_opendroneid.AuthMessage.authData, dart_opendroneid.AuthMessage.authLength.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
partial
Pass static analysis
40 / 50trigger folding of the section

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

lib/src/parsers/operator_id_message_parser.dart doesn't match the Dart formatter.

To format your files run: dart format .

lib/src/parsers/self_id_message_parser.dart doesn't match the Dart formatter.

To format your files run: dart format .

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest
collection ^1.17.1 1.19.0 1.19.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.22.7, Dart 3.4.3.

Check the analysis log for details.

3
likes
115
pub points
40%
popularity

Publisher

verified publisherdronetag.cz

A Dart library for parsing Remote ID advertisements from raw binary payload

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

collection

More

Packages that depend on dart_opendroneid