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

Commit b0d4bd2

Browse files
committed
ignore upcoming warnings in webview_flutter_platform_interface
1 parent 801c1f6 commit b0d4bd2

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

packages/webview_flutter/webview_flutter_platform_interface/CHANGELOG.md

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

37
* Adds the first iteration of the v4 webview_flutter interface implementation.

packages/webview_flutter/webview_flutter_platform_interface/lib/v4/src/types/load_request_params.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

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

packages/webview_flutter/webview_flutter_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository: https://github.com/flutter/plugins/tree/main/packages/webview_flutte
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview_flutter%22
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7-
version: 1.9.0
7+
version: 1.9.1
88

99
environment:
1010
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)