Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
v0.6.3
- Fix
FormField
s label not getting the correct style. - Update the
Popover
animation duration to be faster, the same applies to theSelect
component. - Remove unused
waitDuration
andshowDuration
fromPopover
. - Add
effects
andshadows
toSelect
andSelectTheme
.
What's Changed
Full Changelog: v0.6.2...v0.6.3
v0.6.2
- Fix form field error border decoration not working
- Add
ShadAutovalidateMode
toShadForm
, with the newalwaysAfterFirstValidation
mode (the new default) - Fix: apply Google Font to Material text theme
What's Changed
Full Changelog: v0.6.1...v0.6.2
v0.6.1
- Remove
ShadButtonSize.icon
. Now by default, when theicon
is provided and thetext
is not, the button will use theicon
size.
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Add
ShadTabs
component - Add
ShadColorScheme.fromName
to easily create a color scheme from a name (String) - Add
package
toShadImage
(thanks to @farhanfadila1717) - Fix
decoration
of form fields - Fix selection controls of
ShadInput
Full Changelog: v0.5.6...v0.6.0
v0.5.6
- Fix mismatch of
childAlignment
andoverlayAlignment
inShadPortal
- Remove top padding of
ShadPopover
- Set default values to
ShadAnchor
andShadAnchorAuto
Full Changelog: v0.5.5...v0.5.6
v0.5.5
Full Changelog: v0.5.4...v0.5.5