multiview_desktop 1.2.0 copy "multiview_desktop: ^1.2.0" to clipboard
multiview_desktop: ^1.2.0 copied to clipboard

Flutter desktop library for managing multiple OS windows from a single Flutter engine and a single Dart isolate. Supports macOS, Windows, and Linux (X11 and Wayland).

1.2.0 #

  • [Check README] Linux. x11 support (setAlignment, alwaysOnTop, setPosition, center). Use GDK_BACKEND=x11 env arg to enable
  • [Check README] Taskbar custom menu items on all platforms
  • [Check README] MacOS. OnTerminate handler (CMD+Q/terminate the app from taskbar)
  • MacOS. Removed closeAppAfterLastWindowClosed param. App automatically defines when need to stay in memory
  • MacOS. saveLastWindowToReopen now ignored by one of causes: use closeApp/ onTerminate/ close mode is destroy

1.1.2 #

  • Up view create timeout to 10 sec
  • Fix: Orphan was sending data to observers

1.1.1 #

  • Hot restart windowOptions fix

1.1.0 #

  • View builder got context & id.
  • [Check README] Added observers to runMultiApp->config
  • [Check README] Added native openDialog
  • [Check README] Updated EntryApp requirements, now needs only in home builder.

1.0.2 #

  • Linux min/max size fix. Repository link fix.

1.0.1 #

  • Linux setup doc update

1.0.0 #

  • Windows, macOS and linux (without X11) support
6
likes
160
points
669
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter desktop library for managing multiple OS windows from a single Flutter engine and a single Dart isolate. Supports macOS, Windows, and Linux (X11 and Wayland).

Repository (GitHub)
View/report issues

Topics

#window #window-customize #window-manager #multi-window #desktop

License

MIT (license)

Dependencies

collection, flutter, meta

More

Packages that depend on multiview_desktop

Packages that implement multiview_desktop