Released the v0.23.4
FIX: ShadSelectFormField and ShadSelectMultipleFormField controller not updating the parent ShadForm.
Released the v0.23.4
FIX: ShadSelectFormField and ShadSelectMultipleFormField controller not updating the parent ShadForm.
Released the v0.23.3
FIX: ShadInput onPressedOutside when tapping on another ShadInput.
FEAT: Add groupId to ShadInput and ShadInputFormField, defaults to UniqueKey instead of EditableText.
Released the v0.23.3
FIX: ShadInput onPressedOutside when tapping on another ShadInput.
FEAT: Add groupId to ShadInput and ShadInputFormField, defaults to UniqueKey instead of EditableText.
Released the v0.23.2
FEAT: Add copyWith method to ShadColorScheme.
Released the v0.23.2
FEAT: Add copyWith method to ShadColorScheme.
Released the v0.23.1
FIX: ShadResizable divider alignments when dividerSize is overriden.
Released the v0.23.1
FIX: ShadResizable divider alignments when dividerSize is overriden.
Released the v0.23.0
FIX: Expose ShadMouseCursorProvider.
FIX: ShadMenubar anchor.
FIX: ShadBadge should not enter the gesture arena if the onPressed callback is not provided.
👇
Released the v0.23.0
FIX: Expose ShadMouseCursorProvider.
FIX: ShadMenubar anchor.
FIX: ShadBadge should not enter the gesture arena if the onPressed callback is not provided.
👇
Released the v0.22.5
FIX: ShadGestureDetector global coordinates when using multiple Navigators.
Released the v0.22.5
FIX: ShadGestureDetector global coordinates when using multiple Navigators.
Released the v0.22.4
FIX: Pass themeMode to MaterialApp (thanks to mubareksd).
FIX: Add focusNode to ShadInputFormField.
Released the v0.22.4
FIX: Pass themeMode to MaterialApp (thanks to mubareksd).
FIX: Add focusNode to ShadInputFormField.
Released the v0.22.3
FIX: ShadTooltip exit animation, add duration and reverseDuration to it.
FIX: ShadMenubar no longer steals the focus.
FIX: ShadButton stealing focus when pressed.
FEAT: Add stylusHandwritingEnabled to ShadInput.
Released the v0.22.3
FIX: ShadTooltip exit animation, add duration and reverseDuration to it.
FIX: ShadMenubar no longer steals the focus.
FIX: ShadButton stealing focus when pressed.
FEAT: Add stylusHandwritingEnabled to ShadInput.
Released the v0.22.2
FIX: Add constraints to ShadInput and ShadInputFormField, by default the min height is calculated based on the style and placeholderStyle.
FIX: ShadInput style and placeholder style which are now merged instead of replaced.
👇
Released the v0.22.2
FIX: Add constraints to ShadInput and ShadInputFormField, by default the min height is calculated based on the style and placeholderStyle.
FIX: ShadInput style and placeholder style which are now merged instead of replaced.
👇
Released the v0.22.1
FIX: ShadInput icon color
Released the v0.22.1
FIX: ShadInput icon color
Released the v0.22.0
FEAT: Add ShadMenubar component.
REFACTOR: Deprecate ShadDivider and ShadDividerTheme, use ShadSeparator and ShadSeparatorTheme instead.
FEAT: Add onTapInside, onTapOutside, onTapUpInside and onTapUpOutside to ShadContextMenu.
Released the v0.22.0
FEAT: Add ShadMenubar component.
REFACTOR: Deprecate ShadDivider and ShadDividerTheme, use ShadSeparator and ShadSeparatorTheme instead.
FEAT: Add onTapInside, onTapOutside, onTapUpInside and onTapUpOutside to ShadContextMenu.
Released the v0.21.0
FEAT: Add ShadDivider component (thanks to Luckey-Elijah)
FIX: Pass buttonDecoration to ShadButton inside ShadDatePicker (thanks to plusema86)
CHORE: Add comments to all components + test many of them
flutter-shadcn-ui.mariuti.com/components/d...
Released the v0.21.0
FEAT: Add ShadDivider component (thanks to Luckey-Elijah)
FIX: Pass buttonDecoration to ShadButton inside ShadDatePicker (thanks to plusema86)
CHORE: Add comments to all components + test many of them
flutter-shadcn-ui.mariuti.com/components/d...
Released the v0.20.3
FIX: Validation mode on form field reset (thanks to Mayb3Nots)
Released the v0.20.3
FIX: Validation mode on form field reset (thanks to Mayb3Nots)
Released the v0.20.1
REFACTOR: Set debugShowCheckedModeBanner to false by default in ShadApp.
FIX Expose ShadInputOTPTheme.
Released the v0.20.1
REFACTOR: Set debugShowCheckedModeBanner to false by default in ShadApp.
FIX Expose ShadInputOTPTheme.
Released the v0.20.0
FEAT: Add ShadIconButton component.
REFACTOR: Deprecated ShadButton.icon, use ShadIconButton for a button with just an icon and ShadButton.leading for a button with an icon and a text.
👇
Released the v0.20.0
FEAT: Add ShadIconButton component.
REFACTOR: Deprecated ShadButton.icon, use ShadIconButton for a button with just an icon and ShadButton.leading for a button with an icon and a text.
👇
Released the v0.19.3
FIX: Make selectedOptionBuilder required in ShadSelect (thanks to muradb).
FIX: Add optionsBuilder to ShadSelect and its form fields where it was missing.
Released the v0.19.3
FIX: Make selectedOptionBuilder required in ShadSelect (thanks to muradb).
FIX: Add optionsBuilder to ShadSelect and its form fields where it was missing.
Released the v0.19.2
FIX: Add constraints to ShadCard child.
Released the v0.19.2
FIX: Add constraints to ShadCard child.
Released the v0.19.1
REFACTOR: Rename materialTextTheme into applyGoogleFontToTextTheme.
FEAT: Allow accessing the ShadTheme with the context, in the materialThemeBuilder and appBuilder.
DOCS: Add default themes created by ShadApp in the documentation
Released the v0.19.1
REFACTOR: Rename materialTextTheme into applyGoogleFontToTextTheme.
FEAT: Allow accessing the ShadTheme with the context, in the materialThemeBuilder and appBuilder.
DOCS: Add default themes created by ShadApp in the documentation
FIX: ShadInput readOnly not updating.
BREAKING CHANGE: Rename ShadSelect and form fields controller to popoverController.
FEAT: Add controller to ShadSelect and form fields, to control the selected values.
👇
FIX: ShadInput readOnly not updating.
BREAKING CHANGE: Rename ShadSelect and form fields controller to popoverController.
FEAT: Add controller to ShadSelect and form fields, to control the selected values.
👇
Released the v0.18.7
FIX: ShadApp dark theme behavior now is the same as Material. The dark theme is applied only if you provide a darkTheme and the user theme mode is dark
Released the v0.18.7
FIX: ShadApp dark theme behavior now is the same as Material. The dark theme is applied only if you provide a darkTheme and the user theme mode is dark
Released the v0.18.6
FIX: ShadTimePicker controller not being used correctly when the component is initialized. Now each field allows a single digit instead of two.
Released the v0.18.6
FIX: ShadTimePicker controller not being used correctly when the component is initialized. Now each field allows a single digit instead of two.
Released the v0.18.5
FIX: ShadCalendar forward button icon color.
CHORE: Bump the version of universal_image (thanks to brunosemfio).
Released the v0.18.5
FIX: ShadCalendar forward button icon color.
CHORE: Bump the version of universal_image (thanks to brunosemfio).
Hey everyone, A friend of mine and I are excited to share Disco, a new open-source library for scoped dependency injection in Flutter!
disco.mariuti.com
Hey everyone, A friend of mine and I are excited to share Disco, a new open-source library for scoped dependency injection in Flutter!
disco.mariuti.com
Released the v0.18.4 (CRITICAL BUG FIX)
FIX: ShadDatePicker popover closes on caption selection.
CHORE: Add onNavigationNotification to ShadApp
👇
Released the v0.18.4 (CRITICAL BUG FIX)
FIX: ShadDatePicker popover closes on caption selection.
CHORE: Add onNavigationNotification to ShadApp
👇
Released the v0.18.3
FIX: Improve ShadAvatar.
FIX: Locale not handled in ShadCalendar and ShadDatePicker.
REFACTOR: Remove optionsOrderPolicy from ShadSelectTheme and move it to ShadOptionTheme with the name orderPolicy.
Released the v0.18.3
FIX: Improve ShadAvatar.
FIX: Locale not handled in ShadCalendar and ShadDatePicker.
REFACTOR: Remove optionsOrderPolicy from ShadSelectTheme and move it to ShadOptionTheme with the name orderPolicy.