| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-08-07 | 1.7 kB | |
| v4.9.1 - Flutter 3.24 source code.tar.gz | 2024-08-07 | 1.1 MB | |
| v4.9.1 - Flutter 3.24 source code.zip | 2024-08-07 | 1.3 MB | |
| Totals: 3 Items | 2.4 MB | 1 | |
- feat: ¹
NumberBoxnow supports precision greater than 4. ² AddNumberBox.pattern,NumberBox.formatter,NumberBox.format(#1080) - fix: Resolved issue where
PaneItemwithinPaneItemExpanderremained accessible inNavigationPanecompact mode (#1081) - fix: Correct number of days on
DatePickerpopup (#1049) - feat: Create
PaneItemWidgetAdapter(#1087) - feat: Add
maxWidthtoTooltipThemeDatafor optional wrapping of long tooltips (#1094) - fix: Fixed compile errors with Flutter 3.24.0 stable (#1097)
What's Changed
- Fix:
PaneItemBehavior in Compact Mode by @WXL-steven in https://github.com/bdlukaa/fluent_ui/pull/1082 - fix: Update NumberBox formatting pattern for precision by @FourLeafTec in https://github.com/bdlukaa/fluent_ui/pull/1080
- Add maxWidth to tooltip theme for easy text-wrapping by @klondikedragon in https://github.com/bdlukaa/fluent_ui/pull/1095
- Remove checkerboarding parameters and properties as Flutter 3.24 removed them by @h3x4d3c1m4l in https://github.com/bdlukaa/fluent_ui/pull/1097
New Contributors
- @WXL-steven made their first contribution in https://github.com/bdlukaa/fluent_ui/pull/1082
- @FourLeafTec made their first contribution in https://github.com/bdlukaa/fluent_ui/pull/1080
Full Changelog: https://github.com/bdlukaa/fluent_ui/compare/v4.9.0...v4.9.1