File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 4.3.1] - Feb 23, 2025
2
+ - Fixed enableFeedback bug with VxUniversal
3
+
1
4
## [ 4.3.0] - Jan 23, 2025
2
5
3
6
- Flutter 3.27 compatibility added
Original file line number Diff line number Diff line change @@ -12,10 +12,8 @@ linter:
12
12
- close_sinks
13
13
- directives_ordering
14
14
- flutter_style_todos
15
- - package_api_docs
16
15
- test_types_in_equals
17
16
- throw_in_finally
18
17
- unawaited_futures
19
18
- unnecessary_statements
20
- - unsafe_html
21
19
- use_super_parameters
Original file line number Diff line number Diff line change @@ -356,10 +356,10 @@ packages:
356
356
dependency: transitive
357
357
description:
358
358
name: js
359
- sha256: "53385261521cc4a0c4658fd0ad07a7d14591cf8fc33abbceae306ddb974888dc"
359
+ sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
360
360
url: "https://pub.dev"
361
361
source: hosted
362
- version: "0.7.2 "
362
+ version: "0.7.1 "
363
363
json_annotation:
364
364
dependency: "direct main"
365
365
description:
@@ -683,7 +683,7 @@ packages:
683
683
path: ".."
684
684
relative: true
685
685
source: path
686
- version: "4.3.0 "
686
+ version: "4.3.1 "
687
687
very_good_analysis:
688
688
dependency: "direct dev"
689
689
description:
Original file line number Diff line number Diff line change 1
1
name : velocity_x
2
2
description : A minimalist Flutter framework for rapidly building custom designs.
3
- version : 4.3.0
3
+ version : 4.3.1
4
4
homepage : https://velocityx.dev
5
5
repository : https://github.com/iampawan/VelocityX
6
6
documentation : https://velocityx.dev
@@ -15,14 +15,14 @@ dependencies:
15
15
sdk : flutter
16
16
flutter_web_plugins :
17
17
sdk : flutter
18
- intl : ^0.20.1
18
+ intl : ^0.20.2
19
19
vxstate : ^2.3.0
20
20
vector_math : ^2.1.4
21
21
22
22
dev_dependencies :
23
23
flutter_test :
24
24
sdk : flutter
25
- flutter_lints :
25
+ flutter_lints : ^5.0.0
26
26
27
27
# screenshots:
28
28
# - description: "Examples of the Vx usage in light mode."
You can’t perform that action at this time.
0 commit comments