multi_window 0.2.0 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 onMultiWindow.create
. MultiWindow
instances can now be programmatically closed using the.close
method.
0.1.2 #
- Added optional parameter
title
for window creation onMultiWindow.create
.
0.1.1 #
MultiWidget
now checks for supported platforms and will return theunsupported
widget or throw an exception on unsupported platforms.- Linux: Fixed
size
parameter for window creation.
0.1.0 #
- Initial release.