multi_window 0.2.0 copy "multi_window: ^0.2.0" to clipboard
multi_window: ^0.2.0 copied to clipboard

A package for adding multi window support to Flutter on Desktop.

0.2.0 #

  • Addd optional parameter alignment for window alignment on MultiWindow.create.
  • MultiWindow instances can now be programmatically closed using the .close method.

0.1.2 #

  • Added optional parameter title for window creation on MultiWindow.create.

0.1.1 #

  • MultiWidget now checks for supported platforms and will return the unsupported widget or throw an exception on unsupported platforms.
  • Linux: Fixed size parameter for window creation.

0.1.0 #

  • Initial release.