You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code is not the right way to get the window containing a Flutter view in a plugin; there is no guarantee that a) there is a key window, or b) that the key window is the window with the Flutter view.
Instead, plugins should get the window of the view returned by the plugin registrar. See file_selector for an example of reliably getting the correct window.
The text was updated successfully, but these errors were encountered:
* fix: the sheet is smaller than expected #2, or might be displayed on the wrong window #4
* docs: remove known issue from README
* chore: set sheet min-content size
* chore: set fixed initial sheet size
This code is not the right way to get the window containing a Flutter view in a plugin; there is no guarantee that a) there is a key window, or b) that the key window is the window with the Flutter view.
Instead, plugins should get the
window
of theview
returned by the plugin registrar. Seefile_selector
for an example of reliably getting the correct window.The text was updated successfully, but these errors were encountered: