Navaron Bracke

Results 204 comments of Navaron Bracke

@lukepighetti Is this still an issue on the latest beta? (mobile_scanner 5.0.0-beta.1)

I'm not that familiar with Tasks in Swift, but a quick search yields the following comment as a good summary: https://developer.apple.com/forums/thread/712303?answerId=724093022#724093022 Since we are only using the task for the...

I do agree that we should allow to select a specific camera for a given camera direction. We had a similar bug report about focus issues on the web relating...

@mwoelk Thanks for the detailed idea for a solution to this problem. I agree that your approach can fix this problem. However, I want to land the platform interface rework...

If you could test https://github.com/juliansteenbakker/mobile_scanner/pull/916 that would be nice. I plan to put version 5.0.0 in beta for a bit, until we know that it doesn't contain any regressions, _and_...

You should be using the centerpoint as your anchor point, now you use the origin point of the canvas. Also, is the first point really the top left? This kind...

We might need to look into allowing a specific camera for the scanner. I'm not sure if the web allows us to do that easily.

On the web, we do not have a lot of options currently. If you could test using a barebones web app to see if you can properly identify the "normal"...

Impeller for Android is still in preview. On Android API 29+ this uses Vulkan, which still has some issues with platform views.

As I started above, Impeller on Android is still in preview. Work on external textures has progressed however. A patch for this is about to land on flutter/engine. If you...