Skip to content

Commit c8269f3

Browse files
committed
v4.3.1 ready
1 parent 5c3a32e commit c8269f3

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [4.3.1] - Feb 23, 2025
2+
- Fixed enableFeedback bug with VxUniversal
3+
14
## [4.3.0] - Jan 23, 2025
25

36
- Flutter 3.27 compatibility added

Diff for: analysis_options.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ linter:
1212
- close_sinks
1313
- directives_ordering
1414
- flutter_style_todos
15-
- package_api_docs
1615
- test_types_in_equals
1716
- throw_in_finally
1817
- unawaited_futures
1918
- unnecessary_statements
20-
- unsafe_html
2119
- use_super_parameters

Diff for: example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,10 @@ packages:
356356
dependency: transitive
357357
description:
358358
name: js
359-
sha256: "53385261521cc4a0c4658fd0ad07a7d14591cf8fc33abbceae306ddb974888dc"
359+
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
360360
url: "https://pub.dev"
361361
source: hosted
362-
version: "0.7.2"
362+
version: "0.7.1"
363363
json_annotation:
364364
dependency: "direct main"
365365
description:
@@ -683,7 +683,7 @@ packages:
683683
path: ".."
684684
relative: true
685685
source: path
686-
version: "4.3.0"
686+
version: "4.3.1"
687687
very_good_analysis:
688688
dependency: "direct dev"
689689
description:

Diff for: pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: velocity_x
22
description: A minimalist Flutter framework for rapidly building custom designs.
3-
version: 4.3.0
3+
version: 4.3.1
44
homepage: https://velocityx.dev
55
repository: https://github.com/iampawan/VelocityX
66
documentation: https://velocityx.dev
@@ -15,14 +15,14 @@ dependencies:
1515
sdk: flutter
1616
flutter_web_plugins:
1717
sdk: flutter
18-
intl: ^0.20.1
18+
intl: ^0.20.2
1919
vxstate: ^2.3.0
2020
vector_math: ^2.1.4
2121

2222
dev_dependencies:
2323
flutter_test:
2424
sdk: flutter
25-
flutter_lints:
25+
flutter_lints: ^5.0.0
2626

2727
# screenshots:
2828
# - description: "Examples of the Vx usage in light mode."

0 commit comments

Comments
 (0)