embedded_serialport 1.5.4 embedded_serialport: ^1.5.4 copied to clipboard
`embedded_serialport` is a Flutter package for serial port communication, using Dart FFI to interact with Rust and C libraries. It lists serial ports and handles read/write operations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add embedded_serialport
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
embedded_serialport: ^1.5.4
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:embedded_serialport/embedded_serialport.dart';