File tree Expand file tree Collapse file tree 4 files changed +13
-21
lines changed
Expand file tree Collapse file tree 4 files changed +13
-21
lines changed Original file line number Diff line number Diff line change 1+ ## [ 3.4.0] - Jan 14, 2022
2+
3+ - New: .disabled & .clipOval widget extension added & isDarkMode context extension added.
4+ - context.locale is now context.vxlocale.
5+ - VxText got shadow support.
6+ - More string extensions added for json etc.
7+ - Many issues solved (Check closed github issues).
8+ - Minor bug fixes.
9+
110## [ 3.3.0] - June 17, 2021
211
312- New: VxTable & .table extension.
Original file line number Diff line number Diff line change 11# Generated by pub
22# See https://dart.dev/tools/pub/glossary#lockfile
33packages:
4- animator:
5- dependency: "direct overridden"
6- description:
7- name: animator
8- url: "https://pub.dartlang.org"
9- source: hosted
10- version: "3.0.0"
114 async:
125 dependency: transitive
136 description:
@@ -133,13 +126,6 @@ packages:
133126 url: "https://pub.dartlang.org"
134127 source: hosted
135128 version: "1.10.0"
136- states_rebuilder:
137- dependency: transitive
138- description:
139- name: states_rebuilder
140- url: "https://pub.dartlang.org"
141- source: hosted
142- version: "4.0.0"
143129 stream_channel:
144130 dependency: transitive
145131 description:
@@ -188,7 +174,7 @@ packages:
188174 path: ".."
189175 relative: true
190176 source: path
191- version: "3.3 .0"
177+ version: "3.4 .0"
192178 vxstate:
193179 dependency: transitive
194180 description:
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ version: 1.0.0+1
1515publish_to : none
1616
1717environment :
18- sdk : " >=2.12.0-0 <3.0.0"
19- flutter : " >=1.24.0-0 < 2.0.0"
18+ sdk : " >=2.12.0 <3.0.0"
19+ flutter : " >=2.0.0"
2020
2121dependencies :
2222 flutter :
@@ -28,9 +28,6 @@ dev_dependencies:
2828 flutter_test :
2929 sdk : flutter
3030
31- dependency_overrides :
32- animator : 3.0.0
33-
3431# For information on the generic Dart part of this file, see the
3532# following page: https://dart.dev/tools/pub/pubspec
3633# The following section is specific to Flutter.
Original file line number Diff line number Diff line change 11name : velocity_x
22description : A minimalist Flutter framework for rapidly building custom designs.
3- version : 3.3 .0
3+ version : 3.4 .0
44homepage : https://velocityx.dev
55repository : https://github.com/iampawan/VelocityX
66documentation : https://velocityx.dev
You can’t perform that action at this time.
0 commit comments