extend_screen 0.1.0+2
extend_screen: ^0.1.0+2 copied to clipboard
A Flutter plugin for multi-window support on desktop (Windows, macOS, Linux) and dual-display / secondary-screen support on Android (POS devices).
0.1.0+2 #
- Remove
window_managerdependency and related code from the example. - Add
autoMaximizeparameter to the sub-window example to demonstrate how to enter fullscreen mode on macOS/Windows after the first frame is rendered (which is necessary for the menu bar to hide on macOS).
0.1.0+1 #
- Update package names to
app.mylekha.extend_screenandapp.mylekha.extend_screen_examplefor Android.
0.1.0 #
- Initial release.
- Multi-window support for Windows, macOS, and Linux via
desktop_multi_window. - Dual-display / secondary-screen support for Android (POS devices).