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

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

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';
8
likes
150
points
312
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, native_toolchain_c

More

Packages that depend on flserial

Packages that implement flserial