velocity_x 0.3.4 copy "velocity_x: ^0.3.4" to clipboard
velocity_x: ^0.3.4 copied to clipboard

outdated

A minimalist Flutter framework for rapidly building custom designs.

[0.3.4] - May 04, 2020 #

  • 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

[0.3.2] - April 13, 2020 #

  • 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

[0.3.1] - April 10, 2020 #

  • 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

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.

These classes are renamed (Breaking change).

  1. VelocityX -> Vx

  2. VelocityAnimatedBox -> VxAnimatedBox

  3. VelocityConditional -> VxConditional

  4. VelocityConditionalSwitch -> VxConditionalSwitch

  5. VelocityEnsureVisibleWhenFocused -> VxEnsureVisibleWhenFocused

  6. VelocityDevice -> VxDevice

  7. VelocityResponsive -> VxResponsive

  8. VelocityTwo -> VxTwo

  9. VelocityTwoColumn -> VxTwoColumn

  10. VelocityTwoRow -> VxTwoRow

  11. VelocityZeroCard -> VxZeroCard

  12. VelocityZeroList -> VxZeroList

  13. VelocityBox -> VxBox

  14. VelocityXBlock -> VxBlock

  15. VelocityXInlineBlock -> VxInlineBlock

  16. VelocityDiscList -> VxDiscList

  17. 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.
1343
likes
0
pub points
98%
popularity

Publisher

verified publishercodepur.dev

A minimalist Flutter framework for rapidly building custom designs.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

auto_size_text, flutter

More

Packages that depend on velocity_x