macos_ui 0.4.0
macos_ui: ^0.4.0 copied to clipboard
Flutter widgets and themes implementing the current macOS design language.
0.4.0 #
- Adds the
SidebarItemwidget - Fixes an alignment issue with
MacosTextField
0.3.0 #
- Add
MacosPrefixto widgets/classes with names that overlap with the material/cupertino libraries:TextField->MacosTextFieldScaffold->MacosTextFieldIconButton->MacosIconButtonBackButton->MacosBackButtonScrollbar->MacosScrollbarCheckbox->MacosCheckboxRadioButton->MacosRadioButtonTooltip->MacosTooltipTypography->MacosTypographySwitch->MacosSwitch
0.2.4 #
- Fix textfield prefix icon alignment
0.2.3 #
- Add
canvasColortoMacosThemeData.Scaffoldnow uses this as its default background color.
0.2.2 #
- Add new
MacosColorandMacosColorsclasses - Rename
colors.darttomacos_dynamic_color
0.2.1 #
IconButtonupdates:- The
colorproperty is nowbackgroundColor - The widget now takes a
Widget iconrather thanIconData iconDatafor better control over widget properties - Deprecate and remove internal
foregroundColorvalue
- The
0.2.0 #
- New widget:
BackButton,IconButton - Add
VisualDensitytoMacosThemeData - Ensure localizations get returned in
MacosApp
0.1.4 #
- Add
startWidthproperties toResizablePaneandSidebar - Implement
Scrollbar - Implement
MacosScrollBehavior
0.1.3 #
- Fix
TextFieldon Flutter v2.2.0
0.1.2 #
- Updated the theme api
- Properties in
MacosThemeDataand inTypographycan't be null - Renamed
DynamicColorXtoMacosDynamicColor - Added the method
lerpon all theme datas.
- Properties in
0.1.1 #
0.1.0 #
- pub.flutter-io.cn 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 #
CapacityIndicatorcolors 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
Typographywith correct letter spacing and font weights - Add
brightnessOfandmaybeBrightnessOffunctions toMacosTheme
0.0.5 #
- Adds the
PushButtonwidget along withPushButtonThemeandPushButtonThemeData - Removes the
heightproperty fromTypography'sTextStyles - Updates
Typography.headline's weight and letter spacing
0.0.4 #
- Major theme refactor that more closely resembles flutter/material and flutter/cupertino
- The
Styleclass is nowMacosThemeData MacosThemeis now aStatelessWidgetthat returns a private_InheritedMacosTheme. The staticMacosTheme.of(context)is now defined here.MacosAppnow takes athemeanddarkThemerather thanstyleanddarkStyle. Additionally, there are minor changes to the wayMacosAppis built that more closely resemble howMaterialAppis built.
- The
0.0.3 #
- Implemented
Checkbox - Implemented
ProgressCircleandProgressBar - Implemented the
Switchwidget
0.0.2 #
Scaffoldwidget- Fix
Typographyso that text color is shown appropriately based on Brightness
0.0.1 #
- Project creation
MacosAppwidget- Basic
Typography - Basic theming via
MacosThemeandStyle



