macos_ui

Flutter widgets and themes implementing the current macOS design language.

MIT License

Stars
1.8K
Committers
35

Bot releases are visible (Hide)

macos_ui - 1.2.1+1

Published by GroovinChip over 2 years ago

  • #240
  • Documentation fix
macos_ui - 1.2.0

Published by GroovinChip over 2 years ago

Included in this release:

  • #234
macos_ui - 1.1.0+1

Published by GroovinChip over 2 years ago

  • Minor updates to the readme & sample app
macos_ui - 1.1.0

Published by GroovinChip over 2 years ago

  • New functionality for MacosSearchField
    • Shows a list of search results in an overlay below the field
    • A result can be selected and customized.
  • A MacosOverlayFilter widget can now be used to apply the blurry "frosted glass" effect on surfaces.
  • New widget: CustomToolbarItem that enables any widget to be used in the Toolbar.
macos_ui - 1.0.0+1

Published by GroovinChip over 2 years ago

macos_ui - 1.0.0

Published by GroovinChip over 2 years ago

macos_ui - 0.16.0

Published by GroovinChip over 2 years ago

What's Changed

macos_ui - 0.14.0

Published by GroovinChip over 2 years ago

  • 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
macos_ui - 0.12.1+1

Published by GroovinChip over 2 years ago