flutter_usb_serial 0.0.1 copy "flutter_usb_serial: ^0.0.1" to clipboard
flutter_usb_serial: ^0.0.1 copied to clipboard

outdated

A Flutter project for CH340 on Android and Windows.

9
likes
130/ 160
pub points
70
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.

Failed check 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.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.

Weekly downloads

Display as:
By versions:
9
likes
130
points
70
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter project for CH340 on Android and Windows.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, serial_port_win32, usb_serial

More

Packages that depend on flutter_usb_serial