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

A Flutter wrapper (FFI plugin) for the libserialport library. This package provides a simple API for communicating over serial ports.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add libserialport_plus

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

dependencies:
  libserialport_plus: ^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:libserialport_plus/libserialport_plus.dart';
1
likes
160
points
295
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter wrapper (FFI plugin) for the libserialport library. This package provides a simple API for communicating over serial ports.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

equatable, ffi

More

Packages that depend on libserialport_plus