Skip to content

AppsDevTeam/flutter_libserialport

 
 

Repository files navigation

flutter_libserialport (AppsDevTeam fork)

Fork of jpnurmi/flutter_libserialport maintained by AppsDevTeam.

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

Installation

Add to your pubspec.yaml:

dependencies:
  flutter_libserialport:
    git:
      url: https://github.com/AppsDevTeam/flutter_libserialport.git
      ref: v0.6.1

Usage

See the upstream documentation and the example/ directory.

screenshot

Releasing

./scripts/release.sh v0.6.1

The script bumps version: in pubspec.yaml, updates the ref: in this README, commits, tags, and pushes.

About

Serial Port for Flutter

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 35.0%
  • CMake 29.4%
  • C 19.2%
  • Dart 5.2%
  • Ruby 4.8%
  • Swift 3.0%
  • Other 3.4%