uhf_c66_plugin 1.4.0 copy "uhf_c66_plugin: ^1.4.0" to clipboard
uhf_c66_plugin: ^1.4.0 copied to clipboard

A flutter plugin for UHF C66 RFID Scanner

1.4.0 #

  • Fixed startFindByPartialEpc blocking the platform thread for the whole scan window, causing dropped UI frames
  • Fixed EventChannel listeners continuing to push messages after the Flutter engine detaches, causing FlutterJNI warnings
  • Migrated off the deprecated readTagFromBuffer() polling API to the RFID SDK's push-based inventory callback
  • Updated homepage URL

1.3.1 #

  • Auto reconnect to RFID equipment if it fails to the first time

1.3.0 #

  • Add ability to capture barcode scans from 2D sensor

1.2.0 #

  • Add ability to listen to trigger and left/right yellow buttons on C66 device
  • Trigger button will toggle start/stop continuous scans on each press

1.1.1 #

  • Update README for finder functions

1.1.0 #

  • Added ability to find tag and report proximity

1.0.3 #

  • Fixed build issue for iOS (not tested with any iOS equipment yet but will try to get this to work with Chainway's R6 device and iOS)

1.0.1 #

  • Update NDK and Java version in build.gradle

1.0.0 #

  • Rebuilt the plugin to support the latest Flutter version (3.29.0) and latest UHF RFID API from Chainway for C66 Scanner (2025-02-09)