platform_serial 0.2.0 copy "platform_serial: ^0.2.0" to clipboard
platform_serial: ^0.2.0 copied to clipboard

Flutter serial communication plugin for desktop, mobile, and web with streams, typed errors, and native backends.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add platform_serial

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

dependencies:
  platform_serial: ^0.2.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:platform_serial/platform_serial.dart';
0
likes
140
points
352
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Flutter serial communication plugin for desktop, mobile, and web with streams, typed errors, and native backends.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

ffi, flutter, flutter_web_plugins, web

More

Packages that depend on platform_serial

Packages that implement platform_serial