- Uses latest material design text specs.
- Shadow color method added to card.
- New transform extensions - flipX, flipY, flipHorizontal, flipVertical, customScale
- New theme extensions - lightTheme, darkTheme, customTheme
- New navigator extensions - nextPage, nextReplacementPage, nextAndRemoveUntilPage, pop.
- Bug fixes.
- Readme updated.
- Fixed transform extension issues.
- Added clip prop to the card and box.
- Added guard similar to Swift.
- Many more extensions added for context, iterable and num like duration, sum, themedata etc.
- Bug Fixes
- Added VxTextDropDown Widget with textDropDown() ext.
- Added VxRandomBox Widget with randomBox() ext.
- Added Vx.log(), Vx.inspect() utilities.
- Added Vx.isReleaseMode, Vx.isProfileMode, Vx.isDebugMode, Vx.isWeb utilities..
- Example App updated.
- Bug Fixes
- Added VxSwiper Widget with swiper() ext.
- Added VxAppBar Widget with search functionality.
- Added VxShimmar Widget with shimmer() ext.
- Added size(), square(), withDecoration() methods to boxes.
- isMobile prop added for context.
- Example App updated.
- Bug Fixes
- VxCard Introduced
- withShadow method for box added.
- withGradient method for box added.
- scaleFactor for text improved.
- withRounded method added for Vx.
These classes are renamed (Breaking change).
-
VelocityX -> Vx
-
VelocityAnimatedBox -> VxAnimatedBox
-
VelocityConditional -> VxConditional
-
VelocityConditionalSwitch -> VxConditionalSwitch
-
VelocityEnsureVisibleWhenFocused -> VxEnsureVisibleWhenFocused
-
VelocityDevice -> VxDevice
-
VelocityResponsive -> VxResponsive
-
VelocityTwo -> VxTwo
-
VelocityTwoColumn -> VxTwoColumn
-
VelocityTwoRow -> VxTwoRow
-
VelocityZeroCard -> VxZeroCard
-
VelocityZeroList -> VxZeroList
-
VelocityBox -> VxBox
-
VelocityXBlock -> VxBlock
-
VelocityXInlineBlock -> VxInlineBlock
-
VelocityDiscList -> VxDiscList
-
VelocityDecimalList -> VxDecimalList
-- Added support for rich text. -- Added support for animated container. -- Added new textstyle prop for all kind of texts.
-- Renamed Colors -> Eg: redColor100 is now red100 and red100 is now redHex100. -- It will make the color naming consistent. -- Neumorphism added to the box.
- Bug Fixes for stable channel
- initial release to public.