Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpnurmi/flutter_libserialport
Serial Port for Flutter
https://github.com/jpnurmi/flutter_libserialport
ffi flutter maintainer-wanted serialport
Last synced: 10 days ago
JSON representation
Serial Port for Flutter
- Host: GitHub
- URL: https://github.com/jpnurmi/flutter_libserialport
- Owner: jpnurmi
- License: mit
- Created: 2020-09-26T20:02:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T09:40:24.000Z (5 months ago)
- Last Synced: 2024-10-14T13:14:52.789Z (28 days ago)
- Topics: ffi, flutter, maintainer-wanted, serialport
- Language: C++
- Homepage: https://pub.dev/packages/flutter_libserialport
- Size: 355 KB
- Stars: 156
- Watchers: 4
- Forks: 92
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Serial Port for Flutter
`flutter_libserialport` is a simple wrapper around the [`libserialport`](https://pub.dev/packages/libserialport)
Dart package, utilizing Flutter's build system to build and deploy the [libserialport](https://sigrok.org/wiki/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](https://dart.dev/tools/pub/dependencies).
![screenshot](https://raw.githubusercontent.com/jpnurmi/flutter_libserialport/main/doc/images/flutter_libserialport.png)