hellohuanlin

Results 191 comments of hellohuanlin

> Using fullscreen or modal is up to the user; the suggestion is just to reduce the amount of boilerplate code that has already been resolved in UIViewControllerRepresentable. Gotcha. Let...

@gabrielokura I just tried out the `UIViewControllerRepresentable` API and was able to get it working

Related: https://github.com/flutter/flutter/issues/150945

> May I help with something more? Thank you! After the doc is updated, It'd be great if you can help take a look. > Should we close this issue...

I did some initial research, looks like it's not related to permission issue similar to the camera plugin. Instead this seems to be an expected behavior (first window is for...

@moiye-dev according to [this](https://github.com/flutter/flutter/issues/90373#issuecomment-932964519), it's a limitation from apple.

@moiye-dev as @jmagman explained, there is no need to ask for permission to access `PHPickerViewController`, because it's a separate process. So our implementation that request for permission is unnecessary and...

@loic-sharma thanks for sharing your thought. > opening a URL requires a plugin today. This feels related to _Factor 1: Is it a "core" or "fundamental" feature_. But what is...