| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-28 | 2.6 kB | |
| v4.16.0 - Flutter 3.44 source code.tar.gz | 2026-06-28 | 3.1 MB | |
| v4.16.0 - Flutter 3.44 source code.zip | 2026-06-28 | 3.3 MB | |
| Totals: 3 Items | 6.4 MB | 1 | |
- refactor: Flutter 3.44.0 support
- fix:
MenuBarnow doesn't throw "Duplicated Global Key" and/or Rendering exceptions when hovering on differentMenuBarItem(s) with the flyout open (#1334) - fix:
Tooltipnow correctly uses constructor-given style ((#1321)[https://github.com/bdlukaa/fluent_ui/pull/1321]) - fix: Correctly apply
ButtonStyle.textStyletoButtons content (#1318) - fix: Correctly forward navigation view theme to flyout items (#1325)
- fix(mobile):
TitleBarnow accounts for view padding (05c122b) - fix:
FluentTextSelectionToolbarno longer ignores customContextMenuButtonItems (#1317) - fix:
NumberBoxremove ghost focus and do not focus inline buttons anymore (#1332)
What's Changed
- fix: NavigationView compact pane PaneItemExpander flyout size and position by @bdlukaa with @Copilot in https://github.com/bdlukaa/fluent_ui/pull/1310
- fix: MenuFlyout sub-item tree direction and icon in RTL mode by @bdlukaa with @Copilot in https://github.com/bdlukaa/fluent_ui/pull/1313
- fix(NavigationView): prevent spurious overlay flash when auto mode resizes from minimal → compact by @bdlukaa with @Copilot in https://github.com/bdlukaa/fluent_ui/pull/1316
- fix: Tab draggable from full area including padding by @bdlukaa with @Copilot in https://github.com/bdlukaa/fluent_ui/pull/1315
- fix: TitleBar height shrinks when window width is reduced by @bdlukaa with @Copilot in https://github.com/bdlukaa/fluent_ui/pull/1309
- fix:
Tooltipnow correctly uses constructor-given style by @jacksonb-cs in https://github.com/bdlukaa/fluent_ui/pull/1321 - chore: add tests for button inherited text style by @jacksonb-cs in https://github.com/bdlukaa/fluent_ui/pull/1322
- Selection toolbar by @bdlukaa in https://github.com/bdlukaa/fluent_ui/pull/1330
- fix(numberbox): skip traversal and inline buttons by @WinXaito in https://github.com/bdlukaa/fluent_ui/pull/1332
- Fixed Hovering behaviour with open MenuBar by @ProgettiPascon in https://github.com/bdlukaa/fluent_ui/pull/1335
New Contributors
- @ProgettiPascon made their first contribution in https://github.com/bdlukaa/fluent_ui/pull/1335
Full Changelog: https://github.com/bdlukaa/fluent_ui/compare/v4.15.0...v4.16.0