flutter-plugins
flutter-plugins copied to clipboard
desktop_webview_window: how to open a fullscreen window in macos?
desktop_webview_window, Macos
I can use CreateConfiguration() with a big windowHeight and i obtain a window that fit exactly the screen vertically. But if i give a too big windowWidth the window is bigger than the screen. Is there a way to get the screen resolution?
Is there a way to get the screen resolution?
There should be a way to get the screen resolution, but not in this plugin.
Maybe you can do some search on pub.dev to find the plugin who can provider this function.
@sinapsi check this plugin https://github.com/google/flutter-desktop-embedding/tree/master/plugins/window_size or this Plugin https://pub.dev/packages/desktop_window
cc @boyan01