Navaron Bracke

Results 472 comments of Navaron Bracke

No problem! Yes, unblocking that image_picker issue seems more important at the moment. We can get back to this when you have the time.

@Xa69 The image_picker issue was closed. Apparently the other user that had the issue, had to recreate the iOS portion of their project. Does deleting the `example/ios` directory and running...

@Xa69 I got word back from Loïc and unfortunately running in mixed mode does _not_ mean that we can use the MLKit Cocoapods dependency when adding SPM support to this...

> So if we want to use MLKit we will need to depend on Cocoapods and cannot use SPM to build the project? Yes, that is the case. To quote...

@Xa69 We can keep it as a draft for now. I'll focus on getting the Vision API changes in first, and then we can pick this up again. I'll put...

@Xa69 We dropped support for MLKit in our latest beta, version 7.0.0-beta.1. We merged both the iOS & MacOS codebases, so both now live under the Sources folder, and there...

@juliansteenbakker I think that this is already working, with the merge of iOS & MacOS. We just need to test it, using the steps in https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-plugin-authors#how-to-turn-on-swift-package-manager We should keep it...

@loic-sharma Ah, that is convenient! We added SPM support in our current beta version. We already had it for MacOS for a while. And with the new beta version of...

I was about to ask what we are planning to do on leak tracking a `runApp()` call ;) I do agree that we should - have Flutter clean up leaks...

This could be a bug in the example. Although, I think that the example just draws the white rectangle, and nothing else.