barcode_scanner_plugin 0.1.5 copy "barcode_scanner_plugin: ^0.1.5" to clipboard
barcode_scanner_plugin: ^0.1.5 copied to clipboard

A powerful Flutter plugin for dual-mode barcode scanning. Supports dedicated PDA hardware via Broadcast Intents and smartphone cameras using CameraX and Google ML Kit.

0.1.5 #

  • New Feature: Added Camera Frame (PreviewView) with fullscreen preview for barcode scanning.
  • New Feature: Added Zoom functionality via SeekBar slider and pinch-to-zoom gesture.
  • Improvement: Camera UI now provides interactive zoom control (0x–1x linear zoom) for better barcode detection at varying distances.
  • pubspec.yaml version bump and added pub.dev topics for discoverability.

0.1.4 #

  • Bugfix: Added missing import android.os.Build and fixed syntax error in registerBarcodeReceiver() that caused build failure in v0.1.3.
  • pubspec.yaml version bump.

0.1.3 #

  • Android 13+ Compatibility: Added RECEIVER_EXPORTED flag when registering BroadcastReceiver on Android 13 (API 33) and above to comply with new runtime broadcast receiver restrictions.

0.1.2 #

  • Improvement: Removed cached stream variable in barcodeStream to avoid "Stream already subscribed" errors.
  • Removed getPlatformVersion(): Xóa method lấy phiên bản OS không cần thiết khỏi toàn bộ codebase (Dart, Kotlin, Swift, tests) để giữ API plugin tập trung vào quét mã vạch.
  • Documentation: Added comprehensive comments and KDoc documentation for all Dart, Kotlin, and Swift source files.
  • Updated pubspec.yaml repository URL and version.

0.1.1 #

  • New Feature: Added Camera Scanning support using CameraX and Google ML Kit.
  • Support for regular smartphones without dedicated hardware scanners.
  • Dual-mode scanning: Detects hardware PDA scan intents or uses the camera.
  • Improved documentation and usage examples in README.

0.1.0 #

  • New Feature: Added Camera Scanning support using CameraX and Google ML Kit.
  • Support for regular smartphones without dedicated hardware scanners.
  • Dual-mode scanning: Detects hardware PDA scan intents or uses the camera.
  • Improved documentation and usage examples in README.

0.0.1 #

  • Initial release.
  • Support hardware barcode scanning via Android Broadcast Intent and EventChannel.
  • Added Federated Plugin Architecture layout.
1
likes
0
points
355
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter plugin for dual-mode barcode scanning. Supports dedicated PDA hardware via Broadcast Intents and smartphone cameras using CameraX and Google ML Kit.

Repository (GitHub)
View/report issues

Topics

#barcode #scanner #camera #pda #qr-code

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on barcode_scanner_plugin

Packages that implement barcode_scanner_plugin