Joshua Hoogstraat

Results 45 comments of Joshua Hoogstraat

AVFoundation is just as old as the document, so this might very well be still true. You can, however, try to use Vision instead of AVFoundation to scan barcodes (right...

Hey, great idea! Will put it on the list for the next version. I am not sure how much effort this will take, though. How should the UX be? Pinch-to-zoom...

Hey, that's because the plugin does not include support for landscape currently. Let me get back to you about landscape support in v2 though!

Hi, glad you like the plugin! That is totally something I will implement into 2.0! Just please bear with my, as I won't have time to work in the plugin...

Yeah definitely. My use case just only required scanning one code at a time. It even does on the `develop` branch: https://github.com/jhoogstraat/fast_barcode_scanner/blob/6104e143ae6f3345757694fd1f363694cd0ad6d9/fast_barcode_scanner/android/src/main/kotlin/com/jhoogstraat/fast_barcode_scanner/FastBarcodeScannerPlugin.kt#L174

I never worked with Pigeon. Does using it mean to rewrite the whole communication part between native and flutter? I tried to keep the implementation as lean as possible for...

Yeah, good idea to put Pigeon into another issue. Also the `CodeBoundaryOverlay` is a very cool use of the overlay mechanism! Allowing the user to provide a `Paint` should allow...

You are right, totally missed that! That looks really really good, I am looking forward to your pr!

Hey, sorry for leaving you so long. You are right, v2 does not use `CameraController.instance` anymore. Instead you can just call `CameraController()` to get an instance of the controller. Behind...

Try the v2 that I am currently working on. It does have some breaking changes, though.