Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Feb 12, 2021
1 parent b67123f commit 12cfe2f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/integration_test/app_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'package:example/main.dart' as app;

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

void _testMain() {
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
app.main();
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,14 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.0"
version: "1.4.1"
vxstate:
dependency: transitive
description:
name: vxstate
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.0.1"
sdks:
dart: ">=2.12.0-0.0 <3.0.0"
flutter: ">=1.17.0"
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ packages:
name: vxstate
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.0.1"
sdks:
dart: ">=2.12.0-0.0 <3.0.0"
flutter: ">=1.17.0"
4 changes: 2 additions & 2 deletions 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: 1.4.0
version: 1.4.1
homepage: https://velocityx.dev
repository: https://github.com/iampawan/VelocityX
documentation: https://velocityx.dev
Expand All @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter
intl: ^0.16.1
vxstate: ^1.0.0
vxstate: ^1.0.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 12cfe2f

Please sign in to comment.