fluent_2 0.0.1
fluent_2: ^0.0.1 copied to clipboard
Microsoft Fluent 2 components for Flutter web and desktop: 90+ widgets, 20 chart types, tokens, theming, a11y and 135 locales. No Material.
Unreleased #
Breaking #
- Removed
FluentSpinButtonUnderlinePainter. The spin button's two bottom rules now come from the sharedFluentInputUnderline/FluentInputFocusUnderlinepair, like every other input. The painter drew both withcanvas.drawRect, so they were square and overhung the field's rounded corners; upstream'suseSpinButtonStylesrounds them viaheight: max(2px, borderRadiusMedium)plusclipPath: inset(calc(100% - 2px) 0 0 0).FluentSpinButtonChevronPainteris unaffected. Anyone who subclassed or instantiated the removed painter should use the two widgets instead.
0.0.1 #
- Initial release.