Skip to content

0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@GroovinChip GroovinChip released this 02 May 17:25
· 296 commits to dev since this release
eec47e7
  • New widget: ToolBar, which can be used to create a toolbar at the top of the MacosScaffold. Toolbar items include ToolBarIconButton, ToolBarPulldownButton, and ToolBarSpacer widgets.
  • New widget: MacosSearchField, which creates a macOS-style search field.
  • Breaking change: the title bar (TitleBar) should now be set via the titlebar property of MacosWindow (was previously a property of MacosScaffold). If you are using a title bar in your app, please note a small change you would need to make in your macos/Runner/MainFlutterWindow.swift file, described in the "Modern window look" section of the README file.
  • Fix the graphical version of MacosDatePicker having an incorrect current day text color in light theme