Skip to content

Commit 1e307cf

Browse files
a14nmvanbeusekom
authored andcommitted
Ignore upcoming warnings webview_flutter_android (flutter#5922)
* ignore upcoming warnings in webview_flutter_android * update-release-info
1 parent c15f162 commit 1e307cf

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

packages/webview_flutter/webview_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
* Adds Android implementation of the new webview_flutter_platform_interface (v4).
44

5+
## 2.8.11
6+
7+
* Ignores unnecessary import warnings in preparation for [upcoming Flutter changes](https://github.com/flutter/flutter/pull/104231).
8+
59
## 2.8.10
610

711
* Updates references to the obsolete master branch.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
import 'dart:async';
1010
import 'dart:convert';
1111
import 'dart:io';
12+
// TODO(a14n): remove this import once Flutter 3.1 or later reaches stable (including flutter/flutter#104231)
13+
// ignore: unnecessary_import
1214
import 'dart:typed_data';
1315

1416
import 'package:flutter/foundation.dart';

packages/webview_flutter/webview_flutter_android/lib/src/android_webview.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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 3.1 or later reaches stable (including flutter/flutter#104231)
6+
// ignore: unnecessary_import
57
import 'dart:typed_data';
68
import 'dart:ui';
79

0 commit comments

Comments
 (0)