flserial 0.6.0 copy "flserial: ^0.6.0" to clipboard
flserial: ^0.6.0 copied to clipboard

PlatformAndroid

Flutter Serial Port Plugin FFI based on great C library. Useful to communicate with RS232 devices.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flserial

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

dependencies:
  flserial: ^0.6.0

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:flserial/flserial.dart';
7
likes
140
points
225
downloads

Documentation

API reference

Publisher

verified publisherglpro.pl

Weekly Downloads

Flutter Serial Port Plugin FFI based on great C library. Useful to communicate with RS232 devices.

Homepage

License

MIT (license)

Dependencies

code_assets, ffi, flutter, hooks, logging, native_assets_cli, native_toolchain_c

More

Packages that depend on flserial

Packages that implement flserial