shadcn_ui 0.5.1 shadcn_ui: ^0.5.1 copied to clipboard
shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
0.5.1 #
- Fix
ShadInputFormField
which disposed the controller being passed to it. - Add
scrollable
andscrollPadding
toShadDialog
andShadSheet
. By default, the dialogs and sheets are scrollable and the viewInsets are the default scroll padding.
0.5.0 #
- Add the
ShadSelect.withSearch
constructor to easily add a search input to the select component.
0.4.7 #
- 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).
0.4.6 #
- Update depencencies versions
- Remove
ShadSameWidthColumn
component - Remove boxy dependency
- Make components keyboard accessible
0.4.5 #
- Remove
placeholderStyle
andplaceholderAlignment
fromShadDecoration
and move toShadInput
andShadInputFormField
- Add
suffix
andprefix
toShadInput
andShadInputFormField
0.4.4 #
- Add
horizontalScrollPhysics
andverticalScrollPhysics
toShadTable
- Add
mainAxisAlignment
andcrossAxisAlignment
toShadButton
- Fix
ShadDialog
content adding default text style - Remove popover asserts and ignore operation if already opened/closed.
- Add
longPressDuration
toShadGestureDetector
- Add
hoverStrategies
to ShadButtonTheme's - Fix use
strutStyle
inShadInput
- Add
backgroundColor
toShadInput
andShadInputFormField
(thanks to @Dredayduncan) - Remove
inputDecoration
fromShadInput
- Put
placeholder
on top ofShadInput
- Fix text style alignment
0.4.3 #
- Fix
ShadResizable
divider position
0.4.2 #
- Add
ShadGestureDetector
with hover strategies for touchscreens. - Add
ShadTooltipController
toShadTooltip
. - Increase the divider size in the
ShadResizable
component.
0.4.1 #
- Expose
ShadResizableTheme
.
0.4.0 #
- Add
ShadResizable
component
0.3.3 #
- Improve pub dev score
0.3.2 #
- Fix
preferBelow
default value forShadSelect
andShadPopover
0.3.1 #
- Add
ShadAnchorAuto
toShadPortal
, to automatically adjust the position of the overlay. This applies to all components that useShadPortal
, likeShadSelect
,ShadTooltip
,ShadPopover
.
0.3.0 #
- Add
ShadTable
component - Improved
ShadInput
placeholder alignment
0.2.6 #
- Fix buttons state not updated correctly
- Remove
ShadAssets
in favor ofLucideIcons
0.2.5 #
- Add
width
andheight
toShadCard
- Add
leading
andtrailing
toShadCard
0.2.4 #
- Add workaround for google_fonts issue about font weights. see https://github.com/material-foundation/flutter-packages/issues/35
- Make
from
ofShadTextTheme.fromGoogleFont
unnamed.
0.2.3 #
- Expose
ShadTextTheme
- Fix
ShadTextTheme
to add ability to change font family - Add
materialThemeBuilder
to defaultShadApp
- Add
ShadTextTheme.fromGoogleFont
to use a Google Font
0.2.2 #
- Fix lerp of
ShadDecoration
andShadBorder
- Add
ShadDecoration.none
andShadBorder.none
0.2.1 #
- Fix export of color schemes (thanks to @Pietervdw)
0.2.0 #
- Add
materialThemeBuilder
andcupertinoThemeBuilder
toShadApp
- Fix
readOnly
forShadInput
- Fix
initialValue
forShadInputFormField
- Rename
AnimatedShadTheme
intoShadAnimatedTheme
0.1.0 #
- new
ShadProgress
component - new
ShadAccordion
component - new
ShadSheet
component - add
onLongPress
to buttons - add
ShadStatesController
to buttons - update
showShadDialog
- set toast default animations based on alignment
- change toast default offset
- add Material and Cupertino constructors in
ShadApp
0.0.1-dev1 #
- First development release
0.0.0 #
- Initial commit