We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef3752 commit a6450ecCopy full SHA for a6450ec
server/lib/src/runner.dart
@@ -9,7 +9,7 @@ import 'package:integration_test/integration_test.dart';
9
import 'package:package_info_plus/package_info_plus.dart';
10
11
const MAX_TEST_DURATION_SECS = 24 * 60 * 60;
12
-const serverVersion = '0.0.15';
+const serverVersion = '0.0.16';
13
14
void initializeTest({Widget? app, Function? callback}) async {
15
IntegrationTestWidgetsFlutterBinding binding =
server/pubspec.yaml
@@ -1,6 +1,6 @@
1
name: appium_flutter_server
2
description: "Appium Flutter server using Integration Test package for testing Flutter apps with Appium"
3
-version: 0.0.15
+version: 0.0.16
4
homepage: "https://github.com/AppiumTestDistribution/appium-flutter-server"
5
6
environment:
0 commit comments