-
Notifications
You must be signed in to change notification settings - Fork 1
The size of the native window picker is too small #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Why do you believe this is related to Flutter integration? I see the same behavior in a trivial non-Flutter macOS app using the same code (i.e., without setting a frame on the |
…wrong window (or not displayed) #4
…wrong window (or not displayed) #4
Thanks for your help!
I tried a similar API (PhotosPicker) in a macOS Swift app and it had a different default without ever setting the picker dimensions although it's not related. Video for PhotosPicker in a macOS SwiftUI App
PhotosPickerMacOSSwiftUI.mov
It looks like the fix is trivial and it's not even an issue (#7). The initial and minimum sheet sizes are hardcoded but have similar values to the default behavior when displaying the picker using |
Fixed in #7. |
The size of the native window picker is too small and needs window resizing by the user
Steps to reproduce:
Pick Image
or any button.Related lines.
Note
Unfortunately, I can't solve this issue as I'm unfamiliar with native macOS and Flutter macOS integration. This package was originally proposed as a PR to the Flutter ecosystem so I assumed someone else could fix this issue.
This is the most important issue on this repo because it prevents me from publishing the package to pub.dev (or as stable).
FlutterNativeMacOSImagePickerWindowSizeIssue.mov
Related Issues
The text was updated successfully, but these errors were encountered: