Releases: nank1ro/flutter-shadcn-ui
Releases · nank1ro/flutter-shadcn-ui
Release list
v0.56.3
v0.56.2
- FIX: Guard
ShadSelect'sanimateToTop/animateToBottomagainst a detachedScrollController. The scroll-to-top/bottom buttons kick off an animation on hover, but if the popover closed before or during it, readingscrollController.offset/.positionthrewBad state: No elementout of the async loop (the scroll listener already had thishasClientsguard) (#686).
v0.56.1
v0.56.0
v0.55.1
v0.55.0
- FEAT: Add expandable/resizable
ShadSheet(#655): newexpandable,initialSize,minSize,maxSize,snap,snapSizes,snapAnimationDuration,snapAnimationCurve,snapFlingVelocity,dragHandle,dragHandleBuilder,showDragHandle,dragHandleExtent,onSizeChangedandcontrollerparameters, a publicShadSheetController(animateTo/jumpTo),ShadSheetResizeHandle, and matchingShadSheetThemefields. - FEAT:
showShadDialogacceptsopaque;showShadSheetnow follows keyboard insets so sheets move with the keyboard.
v0.54.0
- FEAT:
ShadTextTheme.fromGoogleFontnow accepts acustomparameter to include custom text styles in the Google Font text theme. - CHORE: Migrate Geist and GeistMono fonts from individual weight-specific
.otffiles to variable font.ttffiles, reducing the number of bundled font assets from 18 to 2. - BREAKING: Minimum Flutter version raised to
3.41.0(Dart3.11.0) for variable font weight support.