Download Latest Version v4.15.0 - TreeView, Visual Density and bug fixes source code.tar.gz (3.1 MB)
Email in envelope

Get an email when there's a new version of Fluent UI

Home / v4.10.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-12-13 3.6 kB
v4.10.0 - Flutter 3.27 source code.tar.gz 2024-12-13 1.2 MB
v4.10.0 - Flutter 3.27 source code.zip 2024-12-13 1.4 MB
Totals: 3 Items   2.6 MB 0
  • fix: Add missing properties (closeIconSize, closeButtonStyle) in debugFillProperties and InfoBarThemeData.merge (#1128
  • feat: Add TabView.reservedStripWidth, which adds a minimum empty area between the tabs and the tab view footer (#1106)]
  • fix: Correctly unfocus NumberBox when user taps outside (#1135)
  • fix: Do try to scroll Date and Time at build time (#1117)
  • feat: Use a Decoration instead of Color in NavigationAppBar (#1118)
  • feat: Add EditableComboBox.inputFormatters (#1041)
  • BREAKING feat: TextBox.decoration and TextBox.foregroundDecoration are now of type WidgetStateProperty (#987)

Before: dart TextBox( decoration: BoxDecoration( color: Colors.red, ), foregroundDecoration: BoxDecoration( color: Colors.blue, ), ),

After: dart TextBox( decoration: WidgetStateProperty.all(BoxDecoration( color: Colors.red, )), foregroundDecoration: WidgetStateProperty.all(BoxDecoration( color: Colors.blue, )), ),

  • feat: Add TabView.gestures, which allows the manipulation of the tab gestures (#1138)
  • feat: Add DropDownButton.style (#1139)
  • feat: Possibility to open date and time pickers programatically (#1142)
  • fix: TimePicker hour offset
  • feat: Add ColorPicker (#1152)
  • fix: NumberBox initial value formatting (#1153)
  • fix: NumberBox incrementing/decrementing when not focused (#1124)
  • fix: NumberBox text is correctly when there are no visible actions (#1150)

What's Changed

New Contributors

Full Changelog: https://github.com/bdlukaa/fluent_ui/compare/v4.9.2...v4.10.0

Source: README.md, updated 2024-12-13