fluff 0.9.0
fluff: ^0.9.0 copied to clipboard
Fluent design UI for Flutter.
0.9.0 #
- Added
minimizeVisible,maximizeVisibleandcloseVisibleto show or hide the caption buttons. - Fixed: disabled
WindowButtonis still tappable. - Fixed: typo in
FluffAppdoc.
0.8.1 #
- Fixed: incorrect size of
Buttonborder.
0.8.0 #
- Added
Button.
0.7.0 #
- Removed window creation and window effects from
FluffApp.
0.6.0 #
- Added
focusNodeproperty toTextBox.
0.5.0 #
- Added
copyWithmethod toTypography. - Fixed: font weight not working.
0.4.1 #
- Fixed: text not vertically aligned in
TextBoxwhen there is not hint.
0.4.0 #
- Added
TextBox. - Updated
ColorPalette's constructor to be internal.
0.3.1 #
- Removed
galleryapp from publishing to Pub.
0.3.0 #
- Updated
FluffAppas a top-level app widget. - Updated
CaptionButtonsto be a separate widget for use. - Added docs for most public APIs.
0.2.0 #
- Added
FluffAppfor app initialization. - Added shell-related widgets like
TitleBarand itsCaptionButtons. - Added basic widgets
LabelandSymbolIcon. - Added color and typography definitions according to Fluent Design guidelines.
- Added gallery app for demo.
0.1.1 #
- Updated readme.
0.1.0 #
- Project created.