flserial 0.3.3 copy "flserial: ^0.3.3" to clipboard
flserial: ^0.3.3 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.3.3

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';
6
likes
150
points
72
downloads

Publisher

verified publisherglpro.pl

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, plugin_platform_interface, test

More

Packages that depend on flserial