breno_usb_serial 0.0.1
breno_usb_serial: ^0.0.1 copied to clipboard
This plugin will allow you to easily use the USB uart hardware based on FTDI or CDC (and more!) protocols.
We analyzed this package 4 days ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Repository has no matching pubspec.yaml with name: breno_usb_serial.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: breno_usb_serial, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
10/10 points: 20% or more of the public API has dartdoc comments
63 out of 77 API elements (81.8 %) have documentation comments.
Some symbols that are missing documentation: breno_usb_serial, breno_usb_serial.Transaction.stream, breno_usb_serial.UsbDevice.UsbDevice.new, breno_usb_serial.UsbDevice.deviceName, breno_usb_serial.UsbDevice.fromJSON.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:breno_usb_serial/breno_usb_serial.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:breno_usb_serial/breno_usb_serial.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:breno_usb_serial/breno_usb_serial.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:breno_usb_serial/breno_usb_serial.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:breno_usb_serial/breno_usb_serial.dartthat declares support for platforms:Android.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
INFO: Use 'isNotEmpty' instead of 'length' to test whether the collection is empty.
lib/src/echo_port.dart:23:11
╷
23 │ if (_buffer.length > 0) {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/echo_port.dart
INFO: An uninitialized field should have an explicit type annotation.
lib/src/transformers.dart:46:9
╷
46 │ final stripTerminator;
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/transformers.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.5.0 |
2.13.0 | 2.13.0 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
vector_math |
- | 2.2.0 | 2.2.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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.