Navaron Bracke

Results 204 comments of Navaron Bracke

I would like to see this implemented as well. I needed access to `TYPE_ORIENTATION_VECTOR` and was a bit surprised as to why that sensor is not included in the plugin....

Apparently I misunderstood what the callback dispatcher does. Perhaps the documentation could be improved? `callbackDispatcher` is a weird name for a function that is actually the task runner that defines...

You could try to get the properties from the `Barcode`, there are some getters available. Alternatively, you could try parsing the `rawValue` of the Barcode.

> I noticed that when I pass the controller as a parameter of the Widget that contains the MobileScanner, > the camera >preview no longer freezes when it is opened...

Strange, that could be an issue with Platform Views then. I will investigate further.

> I noticed that when I pass the controller as a parameter of the Widget that contains the MobileScanner, the camera preview no longer freezes when it is opened for...

I did fix an issue with an unsupported MediaTrackSettings field earlier this morning. Did you get an `Null is not a subtype of String` error on the web? I also...

> No, I'm getting `Trying to play video that is already playing` even the first time calling start Then what did you mean by `it seems like web support was...

> Sorry, I just assumed the message was related to why it isn't working The issue is that the MobileScanner widget is just displaying a black screen, with an exclamation...

> I tried to deploy to a server now, and it works, so the issue seems to be only when running on localhost/debug mode. Still having the freezing issue on...