rf88_plugin 0.3.2
rf88_plugin: ^0.3.2 copied to clipboard
A Flutter plugin for the PointMobile RF88 RFID pistol-grip scanner module. Supports single-shot and trigger-based RFID tag reading via UART on Android. Works with PointMobile PM84 and other RF88-compa [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rf88_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rf88_plugin: ^0.3.2Alternatively, 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:rf88_plugin/rf88_plugin.dart';