mobile_scanner icon indicating copy to clipboard operation
mobile_scanner copied to clipboard

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.

Results 279 mobile_scanner issues
Sort by recently updated
recently updated
newest added

mobile_scanner 4.0.1 Flutter 3.16 Hi, can someone tell me why my aera scan is not showing? I want to display the aera after my first Button I missed something? Below,...

With the latest release of the plugin, the event stream never gets cancelled (even after the controller is stopped) https://github.com/juliansteenbakker/mobile_scanner/blob/master/lib/src/method_channel/mobile_scanner_method_channel.dart#L33 This is not a problem for running the app in...

If i do a hot restart while camera is displayed, I no longer have the possibility to use it until app is closed. ``` MobileScannerException: code genericError, message: Called start()...

Hello , Note :I have used the package ,once before too ,for a freelance app ,when the `MobileScanner` has `onDectect` parameter ,most probably v4 ,so i know ,what should have...

Followed the example, and added the script to the index.html for web. ``` class _MyHomePageState extends State { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( backgroundColor: Theme.of(context).colorScheme.inversePrimary, title:...

Hi, I can't seem to make scan window work when I use BoxFit.cover instead of BoxFit.contain. I think it is related to how I am painting the overlay scan, but...

The reason is the permission setting you made on the package was not flawless. if camera is not permitted then nothing already it cannot be read also externally the status...

Hi, I'm using an Android device, set the zoom scale on maximum (For example) Lock/Turn off the screen, then pressing it again. The zoom scale is reseted. Is it a...