Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit b6d034a

Browse files
committed
Revert other packages changes
1 parent 4abede4 commit b6d034a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

packages/google_maps_flutter/google_maps_flutter_web/test/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ dev_dependencies:
2020
path: ../
2121
integration_test:
2222
path: ../../../integration_test
23+

packages/url_launcher/url_launcher_web/test/test_driver/url_launcher_web_integration.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import 'dart:html' as html;
66
import 'dart:js_util';
7+
import 'package:flutter/widgets.dart';
78
import 'package:flutter_test/flutter_test.dart';
89
import 'package:url_launcher_platform_interface/link.dart';
910
import 'package:url_launcher_web/url_launcher_web.dart';
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<!-- Copyright 2014 The Flutter Authors. All rights reserved.
33
Use of this source code is governed by a BSD-style license that can be
44
found in the LICENSE file. -->
55
<html>
6-
<head>
7-
<title>Browser Tests</title>
8-
</head>
9-
<body>
10-
<script src="main.dart.js"></script>
11-
</body>
6+
<head>
7+
<title>Browser Tests</title>
8+
</head>
9+
<body>
10+
<script src="main.dart.js"></script>
11+
</body>
1212
</html>

0 commit comments

Comments
 (0)