Skip to content

Releases: iampawan/VelocityX

v4.1.0 May 29, 2023

29 May 12:30
Compare
Choose a tag to compare
  • [New] VxAdaptive widget for responsive screen adaption and scaling.
  • [New] VxFlip widget for flipping effect.
  • [New] VxStat widget for common stats view.
  • [New] New extension methods for context, color, duration, and function etc.
  • [New] debounce() and throttle() extension methods added along with .foregroundColor().
  • [New] More boolean for device and OS checks.
  • [Breaking] VxDiscList and VxDecimalList are now VxUnorderedList and VxOrderedList with more options.
  • VStack, HStack, VxTimeline, VxUniversal etc improved.
  • Demo updated.
  • Many Bug Fixes.

v4.0.0 May 22, 2023

22 May 11:33
Compare
Choose a tag to compare

[4.0.0] - May 22, 2023

  • [New] VxFilter to support filters on your widgets.
  • [New] Dark Mode support added with VxApp.
  • [New] VxDarkModeButton widget added for one-click dark mode.
  • [New] VxNone widget with when props for widgets.
  • [New] Padding & margin of 48 added.
  • [New] Vx Stepper is now Material 3.
  • [New] Upgraded for Flutter 3.10 and Material 3.
  • [Breaking] Saying bye to VxNavigator. Use go_router instead.
  • [Breaking] Saying bye to VxAppBar. Use material AppBar instead.
  • VxTable, VxDialog, BottomSheet, VxTextfield, etc improved.
  • Demo updated.
  • Many bug fixes.

v3.5.0 May 25, 2022

25 May 17:35
Compare
Choose a tag to compare
  • [Breaking] Colors renamed as per Tailwind BlueGray -> Slate, TrueGray -> Neutral, CoolGray -> Gray, Gray -> Zinc, WarmGray -> Stone, LightBlue -> Sky.
  • [New] VxStateSwitcher widget added.
  • [New] Web3 utils added. Check VxWeb3 and some new extension methods.
  • VxResponsive improved.
  • VxState updated.
  • Compatible with Flutter 3.
  • Minor bug fixes.

v3.4.0 Jan 14, 2021

14 Jan 16:17
Compare
Choose a tag to compare
  • New: .disabled & .clipOval widget extension added & isDarkMode context extension added.
  • context.locale is now context.vxlocale.
  • VxText got shadow support.
  • More string extensions added for json etc.
  • Many issues solved (Check closed github issues).
  • Minor bug fixes.

v3.3.0 June 17, 2021

17 Jun 12:15
Compare
Choose a tag to compare
  • New: VxTable & .table extension.
  • .scale() method added for text.
  • hexToAscii utility added.
  • [Breaking] VxAnimator is now removed. Use animator package rather.
  • Ticker Mixin issue fixed.
  • Minor bug fixes.

v3.1.0 May 23, 2021

24 May 12:50
Compare
Choose a tag to compare

New Extensions - .shaderMask() and .safeArea()
Added text theme support to textspan
Gradient field exposed for VxSkeleton
VxTextField now uses TextFormField
Examples updated
Bug Fixes

VxNavigator 2.0 Updates

Regex support added for URIs
VxRoutePage for transitions
VxObserver added for checking route changes
Bug Fixes

VxState Updates

[Breaking] VxBuilder & VxConsumer now returns store.
Store can be directly accessed as MyStore store - VxState.store
Status for all async operations
Bug Fixes

v3.0.0 - April 19, 2021

19 Apr 16:29
Compare
Choose a tag to compare

[3.0.0] - April 19, 2021

  • New Widget - VxPinView
  • New Dialogs - VxDialogs
  • New BottomSheets - VxBottomSheet
  • New Preview Widget - VxPreview
  • New Drawers - VxDrawer
  • Added cursor and other props to VxTextField
  • Bug Fixes for VxTextField
  • Breaking - Desktop support added for VxPlatform
  • Minor Bug Fixes

[2.6.1] - April 01, 2021

01 Apr 07:45
Compare
Choose a tag to compare

[2.6.1] - March 31, 2021

Fixed issue with ZStack.
Fixed issue with isEmptyOrNull String.

[2.5.0] - March 13, 2021

14 Mar 11:34
Compare
Choose a tag to compare

[2.5.0] - March 13, 2021

  • VxAnimator added.
  • VxLayout added for responsiveness.
  • Direct Text Themes support
  • Extended & Improved Color Pallete
  • New Demo Added
  • Added more gradient options
  • size percentage widget added for sizedbox and container
  • Flat button changed to Material button
  • Fixed nullOK issues
  • Added more clippers
  • Added align() method for text and richtext
  • Improvement in textfield
  • Added VxState
  • Minor bug fixes and improvements

[1.4.0] - February 10, 2021

10 Feb 11:28
Compare
Choose a tag to compare
  • Fixed nullOK issues
  • Added more clippers
  • Added align() method for text and richtext
  • Improvement in textfield
  • Added VxState
  • Minor bug fixes and improvements