Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin and auto-install chrome version #12228

Merged
merged 5 commits into from
Sep 12, 2019
Merged

Conversation

yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Sep 11, 2019

Pin the version of Chrome we use for testing. Install it if necessary.

Fixes flutter/flutter#40299

Copy link
Member

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

import 'dart:io' as io;

import 'package:http/http.dart';
import 'package:http/io_client.dart';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can use 'http/http.dart' too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@yjbanov yjbanov merged commit d6f0b64 into flutter:master Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[web] Pin Chrome version used for screenshotting in flutter/engine
4 participants