This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
packages/webview_flutter/webview_flutter_platform_interface Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
57import 'dart:typed_data' ;
68
79import 'package:flutter/foundation.dart' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repository: https://github.com/flutter/plugins/tree/main/packages/webview_flutte
44issue_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
99environment :
1010 sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments