usb_serial_for_android 0.0.9 copy "usb_serial_for_android: ^0.0.9" to clipboard
usb_serial_for_android: ^0.0.9 copied to clipboard

PlatformAndroid

Serial port library for flutter, available only for android devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add usb_serial_for_android

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

dependencies:
  usb_serial_for_android: ^0.0.9

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:usb_serial_for_android/usb_serial_for_android.dart';
5
likes
135
points
91
downloads

Publisher

unverified uploader

Weekly Downloads

Serial port library for flutter, available only for android devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

LGPL-3.0 (license)

Dependencies

async, collection, flutter, plugin_platform_interface

More

Packages that depend on usb_serial_for_android

Packages that implement usb_serial_for_android