shadcn_ui 0.3.0 shadcn_ui: ^0.3.0 copied to clipboard
shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
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