flutter_full_screen_scanner_android 1.0.4 copy "flutter_full_screen_scanner_android: ^1.0.4" to clipboard
flutter_full_screen_scanner_android: ^1.0.4 copied to clipboard

PlatformAndroid

Android implementation of the flutter_full_screen_scanner plugin using CameraX and ML Kit.

flutter_full_screen_scanner_android #

The Android implementation of the flutter_full_screen_scanner plugin.

This package provides the native Android implementation of the scanner using CameraX for hardware acceleration and Google ML Kit for high-performance barcode and QR code detection.

Usage #

This package is an internal dependency of the flutter_full_screen_scanner plugin. You should not depend on this package directly in your Flutter app.

Instead, please depend on the main plugin:

dependencies:
  flutter_full_screen_scanner: ^1.0.4

Architecture #

This package leverages:

  • CameraX: For handling complex lifecycle states, preview rendering, and image analysis pipelines.
  • Google ML Kit: For on-device, low-latency barcode scanning without requiring an internet connection.
  • Platform Views: To render the native camera preview seamlessly beneath your Flutter UI overlay.
0
likes
160
points
399
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Android implementation of the flutter_full_screen_scanner plugin using CameraX and ML Kit.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_full_screen_scanner_android

Packages that implement flutter_full_screen_scanner_android