nativeshell 0.1.4 nativeshell: ^0.1.4 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.4] #
- Replaced
WindowState.autoSizeWindow
withWindowState.windowSizingMode
. - Removed
WindowState.requestUpdateConstraints()
, as it is no longer necessary to call it withWindowSizingMode.atLeastIntrinsicSize
(default value).
[0.1.3] - 2021-06-03 #
- Rename
WindowBuilder
toWindowState
.
[0.1.0] - 2021-05-29 #
- Initial release