flutter_scan icon indicating copy to clipboard operation
flutter_scan copied to clipboard

scanner qrcode in widget tree & decoder qrcode from image

Results 42 flutter_scan issues
Sort by recently updated
recently updated
newest added

Not work on Flutter 3.3+, show nothing

bug

doctor log: D/CameraPreview(22608): resume() D/CameraInstance(22608): Opening camera D/Camera (22608): getNumberOfCameras numofcamera=2,exposeAuxCamerafalse D/Camera (22608): getNumberOfCameras numofcamera=2,exposeAuxCamerafalse D/Camera (22608): getNumberOfCameras numofcamera=2,exposeAuxCamerafalse I/PlatformViewsController(22608): Hosting view in a virtual display for platform view: 3...

bug

Flutter doesn't work after upgrading to 3.3.1, please update. Unhandled Exception: PlatformException(error, java.lang.IllegalStateException: Unexpected platform view context. When constructing a platform view in the factory, use the context from PlatformViewFactory

bug

- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section - [x] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section - [x] I have read...

bug

- [x] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section - [x] I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section - [x] I have read...

bug

Added namespace to be able to compile with Android SDK version of 34 https://developer.android.com/build/configure-app-module#set-namespace

**These links don't work any more:** - [ ] I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section - [ ] I have read and done the [Get Started -...

bug

## Environment **Flutter version: 3.13.4 **Plugin version:** **Android version:** **iOS version:* 17.0* **Xcode version: 15.0 **Device information:** iOS XS MAX there have no 'auto focus' feature

## Description Please make a small edit in the code to allow devs to pass a key to the `ScanView` widget.

final pickedFile = await ImagePicker().getImage(source: ImageSource.gallery); if (pickedFile != null) { final file = File(pickedFile.path); final sample = await ImageCrop.sampleImage( file: file, preferredSize: context.size?.longestSide.ceil(), ); String path = file.path; print("---------------_openImage()...

bug