jpnurmi / flutter_libserialport

Serial Port for Flutter

Home Page:https://pub.dev/packages/flutter_libserialport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serial Port for Flutter

flutter_libserialport is a simple wrapper around the libserialport Dart package, utilizing Flutter's build system to build and deploy the libserialport C-library under the hood. This package does not provide any additional API, but merely helps to make the libserialport Dart package work "out of the box" without the need of manually building and deploying the libserialport C-library.

Supported platforms:

  • Linux
  • macOS
  • Windows
  • Android

Usage

To use this package, add flutter_libserialport as a dependency in your pubspec.yaml file.

screenshot

About

Serial Port for Flutter

https://pub.dev/packages/flutter_libserialport

License:MIT License


Languages

Language:C++ 36.1%Language:CMake 28.0%Language:C 23.5%Language:Dart 4.5%Language:Ruby 3.5%Language:Kotlin 2.5%Language:Swift 1.9%