项目作者: jpnurmi

项目描述 :
Serial Port for Flutter
高级语言: C++
项目地址: git://github.com/jpnurmi/flutter_libserialport.git
创建时间: 2020-09-26T20:02:02Z
项目社区:https://github.com/jpnurmi/flutter_libserialport

开源协议:MIT License

下载


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