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

Commit 63c52c1

Browse files
authored
Ignore upcoming warnings webview_flutter_android (#5922)
* ignore upcoming warnings in webview_flutter_android * update-release-info
1 parent c5e7e06 commit 63c52c1

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

packages/webview_flutter/webview_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.8.11
2+
3+
* Ignores unnecessary import warnings in preparation for [upcoming Flutter changes](https://github.com/flutter/flutter/pull/104231).
4+
15
## 2.8.10
26

37
* 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

packages/webview_flutter/webview_flutter_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: webview_flutter_android
22
description: A Flutter plugin that provides a WebView widget on Android.
33
repository: https://github.com/flutter/plugins/tree/main/packages/webview_flutter/webview_flutter_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
5-
version: 2.8.10
5+
version: 2.8.11
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)