multi_serial_port 0.1.1
multi_serial_port: ^0.1.1 copied to clipboard
Android multi-port serial plugin based on Android-SerialPort-API. Bind devices by USB physical path; API aligned with serialport_plus.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add multi_serial_portThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
multi_serial_port: ^0.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:multi_serial_port/multi_serial_port.dart';