Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
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
v0.5.4
v0.5.3
v0.5.2
v0.5.0
v0.4.7
What's Changed
- Add
maintainState
toShadAccordion
to keep the child in the tree even if the item is closed, defaults tofalse
. - Update
ShadAccordion
to useeffects
instead oftransitionBuilder
. - Remove
rive
dependency and Rive support inShadImage
due to many issues with the package. - Remove
colorScheme
fromShadTextTheme
. Now the colors will be automatically derived, unless specified. - Fix popover position in
ShadSelect
component. - Refactor
ShadDecoration
to easily change the default borders and add new decoration properties to it. Some properties have been moved from the components to thedecoration
of the component. - Fix
ShadTable
row indexes when using anheaderBuilder
(thanks to @Kyziq).
New Contributors
Full Changelog: v0.4.6...v0.4.7