Hey,
I noticed that the NSSharingServicePicker is not running asynchronously in the main thread. Even if you call it inside a DispatchQueue.main.async block, the UI will be freezing.
Is this behavior intentional? It would be really nice if the UI could update in the background. Since we're using Flutter, we can't outsource the UI stuff asynchronously during the picker presentation.
Greetings from Germany,
Leon