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

Commit 37af759

Browse files
committed
address review comment
1 parent 5fb6da2 commit 37af759

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/webview_flutter/webview_flutter_platform_interface/lib/v4/src/types/load_request_params.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// TODO(a14n): remove this import once flutter/flutter#104231 lands
56
// ignore: unnecessary_import
67
import 'dart:typed_data';
78

packages/webview_flutter/webview_flutter_wkwebview/example/integration_test/webview_flutter_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import 'dart:async';
1010
import 'dart:convert';
1111
import 'dart:io';
12+
// TODO(a14n): remove this import once flutter/flutter#104231 lands
1213
// ignore: unnecessary_import
1314
import 'dart:typed_data';
1415

packages/webview_flutter/webview_flutter_wkwebview/lib/src/foundation/foundation.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// TODO(a14n): remove this import once flutter/flutter#104231 lands
56
// ignore: unnecessary_import
67
import 'dart:typed_data';
78

0 commit comments

Comments
 (0)