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
FEAT: Add cursor to ShadBadge, defaults to click if onPressed is provided.
BREAKING CHANGE: Refactor ShadAnchorAuto to make it more powerful, removed verticalOffset and preferBelow in favor of offset, followerAnchor and targetAnchor. Now every component uses it by default.
March 17, 2025 at 12:28 PM
FIX ShadMenubar wrong padding used for the context menu.
CHORE: Set min flutter version to 3.29.0 (thanks to qk7b)
March 4, 2025 at 11:02 AM
You can play with the new Menubar component here flutter-shadcn-ui.mariuti.com/components/m...
Menubar
flutter-shadcn-ui.mariuti.com
March 2, 2025 at 1:27 PM
REFACTOR: Deprecate orderPolicy, use leading and trailing in the component.
REFACTOR: Deprecate prefix and suffix in ShadInput, use leading and trailing instead.
REFACTOR Deprecate searchInputPrefix in ShadSelect, use searchInputLeading instead.
February 19, 2025 at 10:58 AM
CHORE: Correctly set the theme or darkTheme to the internal MaterialApp.
February 11, 2025 at 9:59 AM
FIX: Improve the ShadResizable controller handling and simplify the logic to resize the panels.
FIX: ShadResizable handle position with Axis.vertical.
BREAKING CHANGE: Now ShadResizable requires an id, to be able to handle when a panel is removed/added from the widget tree.
👇
February 11, 2025 at 9:59 AM