appkit_ui_elements 0.1.0
appkit_ui_elements: ^0.1.0 copied to clipboard
Flutter widgets and themes for the current macOS desktop. It was inspired by the great [macos_ui](https://pub.dev/packages/macos_ui) library.
0.1.0 #
- Updated min macos version to 11
- Updated depenendecies
0.0.22 #
- Updated dependencies
0.0.21 #
- Updated checkbox design
0.0.20 #
- Visual effects for toolbar and main content
- Fixed some issues with the context menu positioning
0.0.17 #
- libs update
0.0.16 #
- correct arrow position for context menu sub menu entry
0.0.15 #
- indeterminate progress circle to use custom color
0.0.14 #
- added 'iconColor' to AppKitToolBarPullDownButton
0.0.13 #
- Added AppKitIconButtonType to the icon button.
0.0.12 #
- Added some documentation
0.0.11 #
- Fixed AppKitDialog constraints
- AppKitComboBox changed property title to value and correctly set the initial value of the component.
- Adjusted context menu item paddings
0.0.10 #
- Context menu, ability to show scrollbars
- Context menu, added up and down arrows
- Fixed text field right padding when clear button is hidden
0.0.9 #
- Some code cleanup
- Added documentation to AppKitColors
- Fixed some colors (inverted dark/light)
- Combo Box: clear selection when unfocused
0.0.1 #
- Initial release