nativeshell 0.1.7
nativeshell: ^0.1.7 copied to clipboard
NativeShell Dart API. Used to interact with NativeShell platform code.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
0.1.7 - 2021-06-16 #
- Added Menu.onOpen callback.
0.1.6 - 2021-06-13 #
- Made
WindowState.windowSizingModeabstract so that it must be specified explicitely. - All
DragDataKeyconstructuctor arguments are now named. DragDataDecodereturns nullable result.- Added
IntrinsicSizedBoxwidget.
0.1.5 - 2021-06-07 #
- Fix window sizing regression.
0.1.4 - 2021-06-07 #
- Replaced
WindowState.autoSizeWindowwithWindowState.windowSizingMode. - Removed
WindowState.requestUpdateConstraints(), as it is no longer necessary to call it withWindowSizingMode.atLeastIntrinsicSize(default value).
0.1.3 - 2021-06-03 #
- Rename
WindowBuildertoWindowState.
0.1.0 - 2021-05-29 #
- Initial release