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 43b8696 commit 875858dCopy full SHA for 875858d
server/lib/src/runner.dart
@@ -30,7 +30,7 @@ void initializeTest({Widget? app, Function? callback}) async {
30
var appInfo = await PackageInfo.fromPlatform();
31
// Need a better way to fetch this for automated release, this needs to be updated along with version bump
32
// Can stay for now as it is not a breaking change
33
- var serverVersion = '0.0.10';
+ var serverVersion = '0.0.11';
34
FlutterDriver.instance
35
.initialize(tester: tester, binding: binding, appInfo: appInfo, serverVersion: serverVersion);
36
//await tester.pumpWidget(app);
0 commit comments