You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
circularAssetImage, circularNetworImage, circularAssetShadowImage added to string extension methods.
orientation prop added to context extensions.
randomColor, randomOpaqueColor and randomPrimaryColor added to Vx.
VxPopupMenu widget and popupMenu ext Added.
Added timeAgo ext for DateTime.
New extension methods added for Context - mediaquery, theme, navigator, form, scaffold and overlay etc.
New extension methods added for Icon.
New props for VxBox - withContraints(), foregroundDecoration.
New props for VxText family - softWrap(), minFontSize(), maxFontSize(),stepGranularity(),overflowReplacement(),overflow, strutStyle(), wrapWords(), wordSpacing() and textBaseLine(),
Documentations Improved.
[BREAKING] Overflow has been removed and clip has been added with default as Clipbehavior.None. It can affect all the widgets which uses Stack or ZStack.
[BREAKING] ScrollVertical and ScrollHorizontal has been renamed to VxScrollVertical and VxScrollHorizontal to maintain consistency.