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
alignmentfor window alignment onMultiWindow.create. MultiWindowinstances can now be programmatically closed using the.closemethod.
0.1.2 #
- Added optional parameter
titlefor window creation onMultiWindow.create.
0.1.1 #
MultiWidgetnow checks for supported platforms and will return theunsupportedwidget or throw an exception on unsupported platforms.- Linux: Fixed
sizeparameter for window creation.
0.1.0 #
- Initial release.