diff --git a/example/integration_test/app_test.dart b/example/integration_test/app_test.dart index 1ab5d8a..697ae6f 100644 --- a/example/integration_test/app_test.dart +++ b/example/integration_test/app_test.dart @@ -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(); diff --git a/example/pubspec.lock b/example/pubspec.lock index a2aa93b..4e56b40 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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" diff --git a/pubspec.lock b/pubspec.lock index a02c7d8..a9d3bba 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index 229f75e..eb55483 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -14,7 +14,7 @@ dependencies: flutter: sdk: flutter intl: ^0.16.1 - vxstate: ^1.0.0 + vxstate: ^1.0.1 dev_dependencies: flutter_test: