Skip to content

Releases: nank1ro/flutter-shadcn-ui

v0.7.3

01 Aug 15:21
31face8
Compare
Choose a tag to compare

CHANGELOG

  • Add header and footer to ShadSelect and ShadSelectFormField.
  • Add mainAxisAlignment and crossAxisAlignment to ShadAlert.
  • Fix unintentional disposal of controller in ShadSelect.
  • Remove assert about icon and iconSrc in ShadAlert, you can avoid using an icon now.
  • Fix height of Sheet.

What's Changed

Full Changelog: v0.7.1...v0.7.3

v0.7.1

30 Jul 10:17
28b76f3
Compare
Choose a tag to compare

CHANGELOG

  • Fix performance of ShadSelect with the new optionsBuilder parameter for a large number of options.
  • Fix keyboard appearance of ShadInput (thanks to @hieupm2096).
  • Add onPressed to ShadBadge.
  • Rename button text parameter into child.
  • Rename dialog content parameter into child.
  • Rename sheet content parameter into child.
  • Rename tab text parameter into child.

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

26 Jul 16:24
090703c
Compare
Choose a tag to compare

What's Changed

  • Rename Tabs defaultValue parameter into value.
  • Rename Card content parameter into child.
  • Rename Badge text parameter into child.
  • Rename Input onTap parameter into onPressed.
  • Rename AccordionItem content parameter into child.
  • Add filter to Select and Popover in order to blur the background when the popover is open.
  • Pass errorText to error build of Form Fields.
  • Add gap to Buttons, default to 8.
  • Update type of src parameter of Avatar
  • Add Alert.raw constructor
  • Add Dialog.raw constructor
  • Add Select.raw and SelectFormField.raw constructors
  • Add TableCell.raw constructor
  • Add draggable to Sheet to make it draggable, it works on every side.
  • Add ThemeVariant to handle the default theme variant, and the one without the secondary border.

Full Changelog: v0.6.3...v0.7.0

v0.6.3

12 Jul 17:50
b42ee49
Compare
Choose a tag to compare
  • Fix FormFields label not getting the correct style.
  • Update the Popover animation duration to be faster, the same applies to the Select component.
  • Remove unused waitDuration and showDuration from Popover.
  • Add effects and shadows to Select and SelectTheme.

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

05 Jul 16:19
863afdb
Compare
Choose a tag to compare
  • Fix form field error border decoration not working
  • Add ShadAutovalidateMode to ShadForm, with the new alwaysAfterFirstValidation mode (the new default)
  • Fix: apply Google Font to Material text theme

What's Changed

  • fix/material text theme with google font by @nank1ro in #88

Full Changelog: v0.6.1...v0.6.2

v0.6.1

04 Jul 08:17
Compare
Choose a tag to compare
  • Remove ShadButtonSize.icon. Now by default, when the icon is provided and the text is not, the button will use the icon size.

Full Changelog: v0.6.0...v0.6.1

v0.6.0

03 Jul 16:43
96505e3
Compare
Choose a tag to compare

What's Changed

  • Add ShadTabs component
  • Add ShadColorScheme.fromName to easily create a color scheme from a name (String)
  • Add package to ShadImage (thanks to @farhanfadila1717)
  • Fix decoration of form fields
  • Fix selection controls of ShadInput

Full Changelog: v0.5.6...v0.6.0

v0.5.6

21 Jun 09:53
Compare
Choose a tag to compare
  • Fix mismatch of childAlignment and overlayAlignment in ShadPortal
  • Remove top padding of ShadPopover
  • Set default values to ShadAnchor and ShadAnchorAuto

Full Changelog: v0.5.5...v0.5.6

v0.5.5

17 Jun 09:43
Compare
Choose a tag to compare

Full Changelog: v0.5.4...v0.5.5

v0.5.4

16 Jun 09:56
f71ed25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4