artemis_port_util 0.0.5
artemis_port_util: ^0.0.5 copied to clipboard
Reliable serial (COM) port printing for Flutter. Easily list ports, open connections, send commands, and wait for structured responses with built-in timeout handling, result classification (ok, error, [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add artemis_port_utilWith Flutter:
$ flutter pub add artemis_port_utilThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
artemis_port_util: ^0.0.5Alternatively, 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:artemis_port_util/artemis_port_util.dart';