gremsy_camera 0.1.0
gremsy_camera: ^0.1.0 copied to clipboard
Gremsy gimbal/camera control over MAVLink for Dart and Flutter.
We analyzed this package 6 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/enord/gremsy_camera was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/enord/gremsy_camera/issues was unreachable. Make sure that the website is reachable via HEAD requests.
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.
0/10 points: 20% or more of the public API has dartdoc comments
4 out of 90 API elements (4.4 %) 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: gremsy_camera, gremsy_camera.GimbalAttitude, gremsy_camera.GimbalAttitude.GimbalAttitude.new, gremsy_camera.GimbalAttitude.pitchDeg, gremsy_camera.GimbalAttitude.quaternion.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:gremsy_camera/gremsy_camera.dartthat imports:package:gremsy_camera/src/gremsy_client.dartthat imports:package:gremsy_camera/src/gremsy_mavlink_service.dartthat imports:package:gremsy_camera/src/transport/mavlink_udp_transport.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: 'mavCmdRequestCameraCaptureStatus' is deprecated and shouldn't be used. Replaced by [MAV_CMD_REQUEST_MESSAGE] since 2019-08.
lib/src/gremsy_mavlink_service.dart:234:37
╷
234 │ sendCommandLongToCamera(mavlink.mavCmdRequestCameraCaptureStatus,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/gremsy_mavlink_service.dart
INFO: 'mavCmdRequestStorageInformation' is deprecated and shouldn't be used. Replaced by [MAV_CMD_REQUEST_MESSAGE] since 2019-08.
lib/src/gremsy_mavlink_service.dart:239:37
╷
239 │ sendCommandLongToCamera(mavlink.mavCmdRequestStorageInformation,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/gremsy_mavlink_service.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dart_mavlink |
^0.1.0 |
0.1.0 | 0.1.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.18, Dart 3.13.1.
Check the analysis log for details.