Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
v0.18.0
Changelog
- BREAKING CHANGE: Remove
applyIconColorFilter
fromShadButton
. - BREAKING CHANGE: Remove
ShadImage
component. Prefer using theIcon
widget forIconData
, theImage
widget for normal images, andSvgPicture
(from the flutter_svg package for SVG images. If you want a fallback, useUniversalImage
. - BREAKING CHANGE: Rename
iconSrc
iniconData
around components. - FIX:
TimePickerFormField
initial value.
What's Changed
- fix: button icon size and color by @nank1ro in #245
- Fix/time picker form field initial value by @nank1ro in #250
Full Changelog: v0.17.6...v0.18.0
v0.17.6
v0.17.5
Changelog
- FEAT: New
OrderPolicy
,LinearOrderPolicy
,ReverseOrderPolicy
andCustomOrderPolicy
to update the order policy of the items in a list, this can be very useful to arrange the order of the parts of the shadcn components. - FEAT: Add
orderPolicy
toShadOption
,ShadAlert
,ShadButton
,ShadCheckbox
,ShadCheckboxFormField
,ShadDatePicker
,ShadDatePickerFormField
,ShadDateRangePickerFormField
,ShadRadio
,ShadSwitch
,ShadSwitchFormField
,ShadToast
. - FEAT: Add
expands
toShadButton
, defaults to false. Use it if you want the button's child to expand to fill the available space.
What's Changed
- Feat/select position of selected icon by @nank1ro in #226
- chore: inherited widget lookup type by @nank1ro in #227
- Feat/order policy by @nank1ro in #228
Full Changelog: v0.17.4...v0.17.5
v0.17.4
v0.17.3
v0.17.2
v0.17.1
v0.17.0
Changelog
- FEAT: Add
ShadInputOTP
andShadInputOTPFormField
components. - BREAKING CHANGE: The
ShadBorder
no longer has default values, if you want to see the border rendered provide a color and a width greater than 0. This fixes the merge of material borders. - FIX:
ShadTabs
border radius. - FIX:
ShadSlider
focused thumb. - FIX:
ShadResizable
resize when Directionality is RTL. - FIX: Update the
destructive
color on dark mode to be more visible. - FIX: Make inherited widget lookup untyped
What's Changed
Full Changelog: v0.16.3...v0.17.0