fluff 0.4.1 fluff: ^0.4.1 copied to clipboard
Fluent design UI for Flutter.
0.4.1 #
- Fixed: text not vertically aligned in
TextBox
when there is not hint.
0.4.0 #
- Added
TextBox
. - Updated
ColorPalette
's constructor to be internal.
0.3.1 #
- Removed
gallery
app from publishing to Pub.
0.3.0 #
- Updated
FluffApp
as a top-level app widget. - Updated
CaptionButtons
to be a separate widget for use. - Added docs for most public APIs.
0.2.0 #
- Added
FluffApp
for app initialization. - Added shell-related widgets like
TitleBar
and itsCaptionButton
s. - Added basic widgets
Label
andSymbolIcon
. - 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.