skio_usb_serial 0.1.0 copy "skio_usb_serial: ^0.1.0" to clipboard
skio_usb_serial: ^0.1.0 copied to clipboard

USB serial port for Flutter on Android (USB OTG) and web (Web Serial): CP210x, CH340, FTDI, CDC-ACM. Direct JNI via jnigen, no platform channels.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add skio_usb_serial

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  skio_usb_serial: ^0.1.0

Alternatively, 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:skio_usb_serial/skio_usb_serial.dart';
0
likes
160
points
--
downloads

Documentation

API reference

Publisher

verified publisherskio-flutter.dev

USB serial port for Flutter on Android (USB OTG) and web (Web Serial): CP210x, CH340, FTDI, CDC-ACM. Direct JNI via jnigen, no platform channels.

Repository (GitHub)
View/report issues

Topics

#usb #serial-port #web-serial #android #hardware

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins, jni, jni_flutter, skio_core, web

More

Packages that depend on skio_usb_serial

Packages that implement skio_usb_serial