flutter_usb_serial_manager 0.0.1
flutter_usb_serial_manager: ^0.0.1 copied to clipboard
Android Flutter plugin for USB serial (USB OTG): device discovery, permissions, connect/read/write, plus a built-in Modbus RTU soil-sensor helper with live data streams.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_usb_serial_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_usb_serial_manager: ^0.0.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:flutter_usb_serial_manager/flutter_usb_serial_manager.dart';