VelocityX Versions Save

A minimalist Flutter framework for rapidly building Flutter apps.

v4.1.0

11 months ago
  • [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

1 year ago

[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

2 years ago
  • [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

2 years ago
  • 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.

3.3.0

2 years ago
  • 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.

3.1.0

3 years ago

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

3.0.0

3 years ago

[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

3 years ago

[2.6.1] - March 31, 2021

Fixed issue with ZStack. Fixed issue with isEmptyOrNull String.

v2.5.0

3 years ago

[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

3 years ago
  • Fixed nullOK issues
  • Added more clippers
  • Added align() method for text and richtext
  • Improvement in textfield
  • Added VxState
  • Minor bug fixes and improvements