macos_ui 1.7.6 macos_ui: ^1.7.6 copied to clipboard
Flutter widgets and themes implementing the current macOS design language.
[1.7.6] #
- Fixed a bug where
MacosPopupButton
would report that aScrollController
was not attached to any views
[1.7.5] #
- Addressed Flutter 3.3 analyzer warnings
[1.7.4] #
- Added
backgroundColor
toMacosSheet
[1.7.3] #
- Fixed an issue where the
title
property ofTitleBar
did not apply a fittingDefaultTextStyle
[1.7.2] #
- Added padding as parameter to MacosTabView constructor.
[1.7.1] #
- Fixed an issue where end sidebar window breakpoints were not respected
[1.7.0] #
- ✨ New
MacosImageIcon
widget. Identical to theImageIcon
fromflutter/widgets.dart
except it will obey aMacosIconThemeData
instead of anIconThemeData
SidebarItemSize
enum, which determines the height of sidebar items and the maximum size theirleading
widgets.SidebarItem
now accepts an optionaltrailing
widget.
- 🔄 Updated
SidebarItems
now supportsSidebarItemSize
via theitemSize
property, which defaults toSidebarItemSize.medium
. The widget has been updated to manage the item's height, the maximum size of the item's leading widget, and the font size of the item's label widget according to the givenSidebarItemSize
.- The example app has been tweaked to use some icons from the SF Symbols 4 Beta via the new
MacosImageIcon
widget.
[1.6.0] #
- New widgets:
MacosTabView
andMacosTabView
- BREAKING CHANGE:
Label.yAxis
has been renamed toLabel.crossAxisAlignment
- BREAKING CHANGE:
TooltipTheme
andTooltipThemeData
have been renamed toMacosTooltipTheme
andMacosTooltipThemeData
[1.5.1] #
- Correct the placement of the leading widget in disclosure sidebar items #268
- Improve the sizing of the disclosure item indicator
[1.5.0] #
- Adds
endSidebar
toMacosWindow
[1.4.1+1] #
- Update
pubspec.yaml
withrepository
and newhomepage
field.
[1.4.1] #
- Fixes an issue where if the app was displayed in full screen mode, an opaque empty toolbar would appear at the top #249
[1.4.0] #
- Migration to Flutter 3.0
- Minimum dart sdk version is now 2.17.0
- Use new super parameters feature
- Update to
flutter_lints: ^2.0.1
with subsequent fixes MacosScrollbar
API more closely matches its material counterpart
- Update
MacosColor
to more closely match theColor
class- Adds
MacosColor.fromARGB
constructor - Adds
MacosColor.fromRGBO
constructor - Adds
alphaBlend
function - Adds
getAlphaFromOpacity
function
- Adds
[1.3.0] #
- Add a
top
property toSidebar
- Tweak the default
primaryColor
value inMacosThemeData
.
[1.2.1+1] #
- Fix
MacosApp
documentation
[1.2.0] #
- Improved styling for
MacosTooltip
:- Better color and shadows.
- Displays left-aligned, below the mouse cursor.
- New widget:
ToolBarDivider
that can be used as a divider (vertical/horizontal line) in theToolBar
#231. - All toolbar widgets can now receive a
tooltipMessage
property to display aMacosTooltip
when user hovers over them #232.
[1.1.0+1] #
- Minor improvements to
README.md
[1.1.0] #
- 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 theToolbar
.
[1.0.1] #
- Improvements to the graphical
MacosTimePicker
- Better color gradient on the border
- Better inner shadow
- Minor size adjustments
- API improvements
- Throw an exception if
MacosColorWell
is clicked on a non-macOS platform
[1.0.0+1] #
- Minor documentation fix for [MacosColorWell]
[1.0.0] #
- First stable release 🎉
[0.16.0] #
- New widget:
MacosTimePicker
(textual style only!)
[0.15.0] #
- New widget:
MacosColorWell
[0.14.0] #
- New widget:
ToolBar
, which can be used to create a toolbar at the top of theMacosScaffold
. Toolbar items includeToolBarIconButton
,ToolBarPulldownButton
, andToolBarSpacer
widgets. - New widget:
MacosSearchField
, which creates a macOS-style search field. - Breaking change: the title bar (
TitleBar
) should now be set via thetitlebar
property ofMacosWindow
(was previously a property ofMacosScaffold
). If you are using a title bar in your app, please note a small change you would need to make in yourmacos/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
[0.13.1] #
- Minor style fixes for
MacosTextField
[0.13.0] #
- New widget:
MacosDatePicker
[0.12.4+3] #
- Move theme classes to their own files in the
/theme
directory
[0.12.4+2] #
- Switch over to
flutter_lints
[0.12.4+1] #
- Improve visual design of
MacosPopupButton
andMacosPulldownButton
, to better match the styling and translucency effect of Apple design. - Remove unnecessary properties of
MacosPopupButton
[0.12.4] #
- New widget:
MacosPulldownButton
, which can be used as a dropdown for selecting actions with either text or an icon as its title.
[0.12.3] #
[0.12.2+2] #
- Added
padding
property toMacosIconButton
andMacosIconButtonTheme
.
[0.12.2+1] #
- Adds missing
merge
methods toMacosThemeData
and widgetThemeData
classes, making it possible to use them properly with any number of user-provided custom properties.
[0.12.2] #
- Fixes
MacosThemeData
to properly apply user-definedpushButtonTheme
,helpButtonTheme
, andtooltipTheme
properties.
[0.12.1] #
- Sidebar and ResizablePane more precisely track cursor location
- Sidebar can now be closed by dragging below its minWidth
- Sidebar can now be configured to snap into place when dragged near its startWidth
[0.12.0] #
- New Widget:
MacosPopupButton
[0.10.2] #
- Updates to
MacosIconButton
andMacosBackButton
:- Added a hover effect when mouse moves over the buttons (#168)
- Added
hoverColor
property. - Default shape is now
BoxShape.rectangle
with border radius, as it seems to be the most used in macOS design.
[0.10.1] #
- Added support for transparent sidebar. Please note that changes to
MainFlutterWindow.swift
are required for this to work. (#175)
[0.10.0+1] #
- Update
native_context_menu
dependency
[0.10.0] #
- New widget -
MacosIcon
!MacosIcon
is identical to regular icons, with the exception that it respects aMacosTheme
. Also includes corresponding theme classes MacosThemeData
now sets a global, configurableiconTheme
forMacosIcon
s
[0.9.3] #
- Update to
PushButton
:- Added
isSecondary
property
- Added
[0.9.2] #
- Nearly all
MouseRegion
s have been updated to useSystemMouseCursors.basic
in order to more closely adhere to Apple norms mouseCursor
properties have been added to most buttons
[0.9.1] #
- Added top-level theming for
MacosIconButton
- Introduces the
MacosIconButtonTheme
InheritedTheme and theMacosIconButtonThemeData
theme class
- Introduces the
- Updates
MacosThemeData
andMacosIconButton
to use the newMacosIconButtonThemeData
- Removes an unnecessary setting of VisualDensity from
MacosThemeData.dark()
[0.9.0] #
- Added native_context_menu as a dependency for native context menus!
[0.8.2] #
- Updates to
MacosListTile
:- Added
leadingWhitespace
property - Added
onClick
callback - Added
onLongPress
callback - Added
mouseCursor
property
- Added
[0.8.1] #
- Fix the outer border of
MacosSheet
not having a border radius
[0.8.0] #
- New Widget:
MacoSheet
- New Widget:
MacosListTile
[0.7.3] #
- Fixed bug where cursor would not change caret location on mouse click
[0.7.2] #
- Upgraded various
copyWith
functions - Added
==
andhashCode
to various classes
[0.7.1] #
- Add generics support to
MacosRadioButton
- Thank you Sacha Arbonel!
[0.7.0+2] #
- Add note in docs that a
Builder
is required for manual sidebar toggling to work.
[0.7.0+1] #
- Fix docs for
PushButtonThemeData
- Update
dart_code_metrics
dependency
[0.7.0] #
- Adds:
MacosWindow
- Improved
MacosScaffold
[0.6.2] #
- Chore: Remove box shadows from
MacosIconButton
[0.6.0] #
- Improved
MacosAlertDialog
design - Added
showMacosAlertDialog
to display aMacosAlertDialog
with standard macOS animations and behaviour.
[0.5.2] #
- Fixes maximum height issue with
MacosAlertDialog
[0.5.1] #
- Adds
suppress
widget parameter toMacosAlertDialog
[0.5.0] #
- Adds
MacosAlertDialog
[0.4.2] #
- Add
bottom
Item toSidebar
[0.4.1] #
- Update
MacosColors
- Fix
Label
alignment
[0.4.0] #
- Adds the
SidebarItem
widget - Fixes an alignment issue with
MacosTextField
[0.3.0] #
- Add
MacosPrefix
to widgets/classes with names that overlap with the material/cupertino libraries:TextField
->MacosTextField
Scaffold
->MacosTextField
IconButton
->MacosIconButton
BackButton
->MacosBackButton
Scrollbar
->MacosScrollbar
Checkbox
->MacosCheckbox
RadioButton
->MacosRadioButton
Tooltip
->MacosTooltip
Typography
->MacosTypography
Switch
->MacosSwitch
[0.2.4] #
- Fix textfield prefix icon alignment
[0.2.3] #
- Add
canvasColor
toMacosThemeData
.Scaffold
now uses this as its default background color.
[0.2.2] #
- Add new
MacosColor
andMacosColors
classes - Rename
colors.dart
tomacos_dynamic_color
[0.2.1] #
IconButton
updates:- The
color
property is nowbackgroundColor
- The widget now takes a
Widget icon
rather thanIconData iconData
for better control over widget properties - Deprecate and remove internal
foregroundColor
value
- The
[0.2.0] #
- New widget:
BackButton
,IconButton
- Add
VisualDensity
toMacosThemeData
- Ensure localizations get returned in
MacosApp
[0.1.4] #
- Add
startWidth
properties toResizablePane
andSidebar
- Implement
Scrollbar
- Implement
MacosScrollBehavior
[0.1.3] #
- Fix
TextField
on Flutter v2.2.0
[0.1.2] #
- Updated the theme api
- Properties in
MacosThemeData
and inTypography
can't be null - Renamed
DynamicColorX
toMacosDynamicColor
- Added the method
lerp
on all theme datas.
- Properties in
[0.1.1] #
[0.1.0] #
- pub.dev release
[0.0.13] #
- Documentation for
ScaffoldScope
[0.0.12] #
- Implement
Tooltip
- Add mouse cursors to help button, push button and
TextField
[0.0.11] #
- Implement
TextField
[0.0.9+1] #
CapacityIndicator
colors can now be set on its constructor- Accessibility support for most of the widgets
- Diagnostics Properties (dev tools) for most of the widgets
[0.0.7] #
- Implemented
Checkbox
- Implemented
RadioButton
[0.0.6] #
- Update
Typography
with correct letter spacing and font weights - Add
brightnessOf
andmaybeBrightnessOf
functions toMacosTheme
[0.0.5] #
- Adds the
PushButton
widget along withPushButtonTheme
andPushButtonThemeData
- Removes the
height
property fromTypography
'sTextStyle
s - Updates
Typography.headline
's weight and letter spacing
[0.0.4] #
- Major theme refactor that more closely resembles flutter/material and flutter/cupertino
- The
Style
class is nowMacosThemeData
MacosTheme
is now aStatelessWidget
that returns a private_InheritedMacosTheme
. The staticMacosTheme.of(context)
is now defined here.MacosApp
now takes atheme
anddarkTheme
rather thanstyle
anddarkStyle
. Additionally, there are minor changes to the wayMacosApp
is built that more closely resemble howMaterialApp
is built.
- The
[0.0.3] #
- Implemented
Checkbox
- Implemented
ProgressCircle
andProgressBar
- Implemented the
Switch
widget
[0.0.2] #
Scaffold
widget- Fix
Typography
so that text color is shown appropriately based on Brightness
[0.0.1] #
- Project creation
MacosApp
widget- Basic
Typography
- Basic theming via
MacosTheme
andStyle