Skip to content

Commit

Permalink
v3.3.0 added
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Jun 17, 2021
1 parent 18c1882 commit 6e69835
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.3.0] - June 17, 2021

- 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.2.0] - May 26, 2021

- Added VxGlassmorphic widget.
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@
[![GitHub Release Date](https://img.shields.io/github/release-date/iampawan/velocityx.svg?style=flat-square)](https://github.com/iampawan/velocityx)
[![GitHub issues](https://img.shields.io/github/issues/iampawan/velocityx.svg?style=flat-square)](https://github.com/iampawan/velocityx/issues)
[![GitHub top language](https://img.shields.io/github/languages/top/iampawan/velocityx.svg?style=flat-square)](https://github.com/iampawan/velocityx)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/iampawan/velocityx.svg?style=flat-square)](https://github.com/iampawan/velocityx)
[![Likes](https://badges.bar/velocity_x/likes)](https://pub.dev/packages/velocity_x/score)
[![Popularity](https://badges.bar/velocity_x/popularity)](https://pub.dev/packages/velocity_x/score)
[![Pub points](https://badges.bar/flutter_week_view/pub%20points)](https://pub.dev/packages/velocity_x/score)
<a href="https://discord.gg/9tXYvNq"><img src="https://img.shields.io/discord/746087597759004835.svg?logo=discord&color=blue" alt="Discord"></a>

### Show some :heart: and star the repo.
Expand Down Expand Up @@ -85,7 +83,7 @@ Read the [Getting started page of VelocityX](https://velocityx.dev/docs/install)

## Some popular Super Vx widgets

| [VxAnimation](https://velocityx.dev/docs/supervx/vxanimator) | [VxSwiper](https://velocityx.dev/docs/supervx/vxswiper) | [VxResponsive](https://velocityx.dev/docs/features/responsive) | [VxPlatform](https://velocityx.dev/docs/supervx/vxplatform) | [VxToast](https://velocityx.dev/docs/supervx/vxtoast) | [VxRating](https://velocityx.dev/docs/supervx/vxrating) | [VxStepper](https://velocityx.dev/docs/supervx/vxstepper) |
| [VxShapes](https://velocityx.dev/docs/shapes/vxcircle) | [VxSwiper](https://velocityx.dev/docs/supervx/vxswiper) | [VxResponsive](https://velocityx.dev/docs/features/responsive) | [VxPlatform](https://velocityx.dev/docs/supervx/vxplatform) | [VxToast](https://velocityx.dev/docs/supervx/vxtoast) | [VxRating](https://velocityx.dev/docs/supervx/vxrating) | [VxStepper](https://velocityx.dev/docs/supervx/vxstepper) |

## Some Quick UIs made using VelocityX

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.2.0"
version: "3.3.0"
vxstate:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: velocity_x
description: A minimalist Flutter framework for rapidly building custom designs.
version: 3.2.0
version: 3.3.0
homepage: https://velocityx.dev
repository: https://github.com/iampawan/VelocityX
documentation: https://velocityx.dev
Expand Down

0 comments on commit 6e69835

Please sign in to comment.