serialport_for_msp 0.5.0+2
serialport_for_msp: ^0.5.0+2 copied to clipboard
Fork of flutter_libserialport 0.5.0 migrated to the Flutter v2 plugin embedding (no Registrar), minSdk 21 and compileSdk 35. Published temporarily for MSP-based apps that need a working serial-port pl [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add serialport_for_msp
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
serialport_for_msp: ^0.5.0+2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:serialport_for_msp/serialport_for_msp.dart';