velocity_x 0.3.0
velocity_x: ^0.3.0 copied to clipboard
A minimalist Flutter framework for rapidly building custom designs.
Breaking Change[0.3.0] - April 07, 2020 #
- VxCard Introduced
- withShadow method for box added.
- withGradient method for box added.
- scaleFactor for text improved.
- withRounded method added for Vx.
This 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
[0.2.0] - April 01, 2020 #
-- Added support for rich text. -- Added support for animated container. -- Added new textstyle prop for all kind of texts.
Breaking Change[0.1.2] - March 23, 2020 #
-- Renamed Colors -> Eg: redColor100 is now red100 and red100 is now redHex100. -- It will make the color naming consistent. -- Neumorphism added to the box.
[0.1.1] - March 21, 2020 #
- Bug Fixes for stable channel
[0.1.0] - March 20, 2020 #
- initial release to public.