flutter_usb_serial 0.0.1
flutter_usb_serial: ^0.0.1 copied to clipboard
A Flutter project for CH340 on Android and Windows.
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
Homepage URL doesn't exist.
At the time of the analysis http://192.168.10.162:3000/Mr_wu/flutter_usb_serial.git
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
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
10/10 points: 20% or more of the public API has dartdoc comments
53 out of 84 API elements (63.1 %) have documentation comments.
Some symbols that are missing documentation: BaseUsbSerial
, BaseUsbSerial.BaseUsbSerial
, BaseUsbSerial.BaseUsbSerial.BaseUsbSerial.new
, BaseUsbSerial.BaseUsbSerial.baudRate
, BaseUsbSerial.BaseUsbSerial.dataBits
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ Windows
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:flutter_usb_serial/usb_serial/BaseUsbSerial.dart
that declares support for platforms:Android
,Windows
.
Package does not support platform `Linux`.
Because:
package:flutter_usb_serial/usb_serial/BaseUsbSerial.dart
that declares support for platforms:Android
,Windows
.
Package does not support platform `macOS`.
Because:
package:flutter_usb_serial/usb_serial/BaseUsbSerial.dart
that declares support for platforms:Android
,Windows
.
Package does not support platform `Web`.
Because:
package:flutter_usb_serial/usb_serial/BaseUsbSerial.dart
that declares support for platforms:Android
,Windows
.
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_usb_serial/usb_serial/UsbSerialFactory.dart
that imports:package:flutter_usb_serial/usb_serial/UsbSerialWindows.dart
that imports:package:serial_port_win32/serial_port_win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:flutter_usb_serial/usb_serial/UsbSerialAndroid.dart
that imports:package:usb_serial/usb_serial.dart
that declares support for platforms:Android
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_usb_serial/usb_serial/UsbSerialFactory.dart
that imports:package:flutter_usb_serial/usb_serial/UsbSerialWindows.dart
that imports:package:serial_port_win32/serial_port_win32.dart
that imports:package:serial_port_win32/src/serial_port.dart
that imports:package:ffi/ffi.dart
that imports:package:ffi/src/utf8.dart
that imports:dart:ffi
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
WARNING: Unused import: 'package:flutter/cupertino.dart'.
lib/usb_serial/UsbSerialWindows.dart:3:8
╷
3 │ import 'package:flutter/cupertino.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/usb_serial/UsbSerialWindows.dart
INFO: The file name 'BaseUsbSerial.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/usb_serial/BaseUsbSerial.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
serial_port_win32 |
^0.5.2 |
0.5.4 | 2.1.12 | |
usb_serial |
^0.3.0 |
0.3.0 | 0.5.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
win32 |
- | 4.1.4 | 5.12.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.5.2` on serial_port_win32 does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions serial_port_win32
to update the constraint.
The constraint `^0.3.0` on usb_serial does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions usb_serial
to update the constraint.
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.