fluff 0.9.0 copy "fluff: ^0.9.0" to clipboard
fluff: ^0.9.0 copied to clipboard

Fluent design UI for Flutter.

0.9.0 #

  • Added minimizeVisible, maximizeVisible and closeVisible to show or hide the caption buttons.
  • Fixed: disabled WindowButton is still tappable.
  • Fixed: typo in FluffApp doc.

0.8.1 #

  • Fixed: incorrect size of Button border.

0.8.0 #

  • Added Button.

0.7.0 #

  • Removed window creation and window effects from FluffApp.

0.6.0 #

  • Added focusNode property to TextBox.

0.5.0 #

  • Added copyWith method to Typography.
  • Fixed: font weight not working.

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 its CaptionButtons.
  • Added basic widgets Label and SymbolIcon.
  • 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.