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

Complete Flutter plugin for managing serial ports. Supports Windows, Linux, macOS, Android (OTG), and iOS (OTG) with a unified interface. Provides synchronous and asynchronous communication, support f [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add platform_serial

With Flutter:

 $ flutter pub add platform_serial

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

dependencies:
  platform_serial: ^0.1.0

Alternatively, your editor might support dart pub get or 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
0
points
84
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Complete Flutter plugin for managing serial ports. Supports Windows, Linux, macOS, Android (OTG), and iOS (OTG) with a unified interface. Provides synchronous and asynchronous communication, support for both binary and textual data, and comprehensive error handling.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter

More

Packages that depend on platform_serial

Packages that implement platform_serial