arduino_connection 0.0.2
arduino_connection: ^0.0.2 copied to clipboard
A Flutter package for connecting to an Arduino using serial communication.
We analyzed this package 36 hours ago, and awarded it 135 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://yourwebsite.com was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/yourusername/arduino_connection was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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: 20% or more of the public API has dartdoc comments
3 out of 8 API elements (37.5 %) have documentation comments.
Some symbols that are missing documentation: arduino_connection, arduino_connection.ArduinoConnection, arduino_connection.ArduinoConnection.ArduinoConnection.new, main, main.main.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Windows
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:arduino_connection/arduino_connection.dartthat imports:package:serial_port_win32/serial_port_win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:arduino_connection/arduino_connection.dartthat imports:package:serial_port_win32/serial_port_win32.dartthat declares support for platforms:Windows.
Package does not support platform `Linux`.
Because:
package:arduino_connection/arduino_connection.dartthat imports:package:serial_port_win32/serial_port_win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:arduino_connection/arduino_connection.dartthat imports:package:serial_port_win32/serial_port_win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:arduino_connection/arduino_connection.dartthat imports:package:serial_port_win32/serial_port_win32.dartthat declares support for platforms:Windows.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
serial_port_win32 |
^2.1.12 |
2.3.0 | 2.3.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
win32 |
- | 5.15.0 | 6.0.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.11, Dart 3.11.2.
Check the analysis log for details.