Skip to content

Commit 12cfe2f

Browse files
committed
updates
1 parent b67123f commit 12cfe2f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example/integration_test/app_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'package:example/main.dart' as app;
1313

1414
// void main() => run(_testMain);
1515

16-
void _testMain() {
16+
void main() {
1717
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
1818
// Build our app and trigger a frame.
1919
app.main();

example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,14 @@ packages:
176176
path: ".."
177177
relative: true
178178
source: path
179-
version: "1.4.0"
179+
version: "1.4.1"
180180
vxstate:
181181
dependency: transitive
182182
description:
183183
name: vxstate
184184
url: "https://pub.dartlang.org"
185185
source: hosted
186-
version: "1.0.0"
186+
version: "1.0.1"
187187
sdks:
188188
dart: ">=2.12.0-0.0 <3.0.0"
189189
flutter: ">=1.17.0"

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ packages:
183183
name: vxstate
184184
url: "https://pub.dartlang.org"
185185
source: hosted
186-
version: "1.0.0"
186+
version: "1.0.1"
187187
sdks:
188188
dart: ">=2.12.0-0.0 <3.0.0"
189189
flutter: ">=1.17.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 1.4.0
3+
version: 1.4.1
44
homepage: https://velocityx.dev
55
repository: https://github.com/iampawan/VelocityX
66
documentation: https://velocityx.dev
@@ -14,7 +14,7 @@ dependencies:
1414
flutter:
1515
sdk: flutter
1616
intl: ^0.16.1
17-
vxstate: ^1.0.0
17+
vxstate: ^1.0.1
1818

1919
dev_dependencies:
2020
flutter_test:

0 commit comments

Comments
 (0)