Alexandru Mariuti
banner
mariuti.com
Alexandru Mariuti
@mariuti.com
🇮🇹 Flutter Developer 💙 Solopreneur | codigo.bestofcode.dev Learn To Code | notescalculator.com | OpenSource solidart, flutter-shadcn-ui | NeoVim
shadcn_ui #132 update

Released the v0.23.4

FIX: ShadSelectFormField and ShadSelectMultipleFormField controller not updating the parent ShadForm.
March 31, 2025 at 4:41 PM
shadcn_ui #131 update

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.
March 26, 2025 at 9:52 AM
shadcn_ui #129 update

Released the v0.23.2

FEAT: Add copyWith method to ShadColorScheme.
March 24, 2025 at 5:39 PM
shadcn_ui #128 update

Released the v0.23.1

FIX: ShadResizable divider alignments when dividerSize is overriden.
March 21, 2025 at 3:23 PM
shadcn_ui #127 update

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.
👇
March 17, 2025 at 12:28 PM
shadcn_ui #126 update

Released the v0.22.5

FIX: ShadGestureDetector global coordinates when using multiple Navigators.
March 6, 2025 at 3:03 PM
shadcn_ui #125 update

Released the v0.22.4

FIX: Pass themeMode to MaterialApp (thanks to mubareksd).
FIX: Add focusNode to ShadInputFormField.
March 6, 2025 at 9:55 AM
shadcn_ui #124 update

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.
March 5, 2025 at 2:56 PM
shadcn_ui #123 update

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.
👇
March 4, 2025 at 11:02 AM
shadcn_ui #122 update

Released the v0.22.1

FIX: ShadInput icon color
March 3, 2025 at 10:07 AM
shadcn_ui #121 update

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.
March 2, 2025 at 1:27 PM
shadcn_ui #119 update

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...
Divider
flutter-shadcn-ui.mariuti.com
February 26, 2025 at 10:56 AM
shadcn_ui #118 update

Released the v0.20.3

FIX: Validation mode on form field reset (thanks to Mayb3Nots)
February 23, 2025 at 3:59 PM
shadcn_ui #116 update

Released the v0.20.1

REFACTOR: Set debugShowCheckedModeBanner to false by default in ShadApp.
FIX Expose ShadInputOTPTheme.
February 20, 2025 at 10:49 AM
shadcn-ui #115 update

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.
👇
February 19, 2025 at 10:58 AM
shadcn-ui #114 update

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.
February 11, 2025 at 4:10 PM
shadcn-ui #113 update

Released the v0.19.2

FIX: Add constraints to ShadCard child.
February 11, 2025 at 12:26 PM
shadcn-ui #112 update

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
February 11, 2025 at 10:40 AM
shadcn-ui #111 update

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.
👇
February 11, 2025 at 9:59 AM
shadcn-ui #110 update

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
February 3, 2025 at 5:42 PM
shadcn-ui #109 update

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.
February 3, 2025 at 5:27 PM
shadcn-ui #108 update

Released the v0.18.5

FIX: ShadCalendar forward button icon color.
CHORE: Bump the version of universal_image (thanks to brunosemfio).
January 30, 2025 at 11:54 AM
Introducing Disco: A New Concept of Providers to Do Scoped DI in Flutter 🚀

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
Disco
Official documentation for Disco, a modern and simple library for scoped dependency injection in Flutter.
disco.mariuti.com
January 29, 2025 at 12:25 PM
shadcn-ui #107 update

Released the v0.18.4 (CRITICAL BUG FIX)

FIX: ShadDatePicker popover closes on caption selection.
CHORE: Add onNavigationNotification to ShadApp
👇
January 27, 2025 at 3:53 PM
shadcn-ui #106 update

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.
January 23, 2025 at 10:17 AM