embedded_serialport 1.5.5 copy "embedded_serialport: ^1.5.5" to clipboard
embedded_serialport: ^1.5.5 copied to clipboard

PlatformLinux

`embedded_serialport` is a Flutter package for serial port communication, using Dart FFI to interact with Rust and C libraries.

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.5

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';
5
likes
160
pub points
60%
popularity

Publisher

unverified uploader

`embedded_serialport` is a Flutter package for serial port communication, using Dart FFI to interact with Rust and C libraries.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection, ffi, flutter, meta, path, plugin_platform_interface, process, stack_trace

More

Packages that depend on embedded_serialport