AmolGangadhare / flutter_barcode_scanner

Barcode scanner plugin for flutter. Supports barcode scanning for Android and iOS
https://pub.dev/packages/flutter_barcode_scanner
MIT License
380 stars 499 forks source link

Can this work in Flutter Desktop? #48

Open papakay opened 4 years ago

papakay commented 4 years ago

I really commend the great work done in this package.

Please I like to confirm if this can work with Flutter Desktop embedding?

AmolGangadhare commented 4 years ago

Hi,

Thanks for using the plugin. I've not checked whether the plugin is capable of working on the Flutter desktop / Flutter Web environment.

I will update you on this once I go through it.

flutter-painter commented 4 years ago

I checked, Below the error : I doubt adding the platform macos will then be enough to trigger embedded camera, but ready to pursue this further.

[ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method scanBarcode on channel flutter_barcode_scanner)
#0      MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:319:7)
<asynchronous suspension>
#1      FlutterBarcodeScanner.scanBarcode (package:flutter_barcode_scanner/flutter_barcode_scanner.dart:42:43)
BernardinD commented 3 years ago

Any update on Desktop compatibility? Or even just Windows?