Unclaimed project
Are you a maintainer of fluent_ui? Claim this project to take control of your public changelog and roadmap.
NumberBox now supports precision greater than 4. ² Add NumberBox.pattern, NumberBox.formatter, NumberBox.format (#1080)PaneItem within PaneItemExpander remained accessible in NavigationPane compact mode (#1081)Correctly paint buttons borders (#956)
MINOR BREAKING Removed ButtonStyle.border. Use ButtonStyle.shape instead:
Before:
Button(
style: ButtonStyle(
border: ButtonState.all(BorderSide(...)),
),
),
Now:
Button(
style: ButtonStyle(
shape: ButtonS...