This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 3 files changed +7
-1
lines changed
packages/webview_flutter/webview_flutter_platform_interface 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
+
1
5
## 1.9.0
2
6
3
7
* Adds the first iteration of the v4 webview_flutter interface implementation.
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
+ // TODO(a14n): remove this import once Flutter 3.1 or later reaches stable (including flutter/flutter#104231)
6
+ // ignore: unnecessary_import
5
7
import 'dart:typed_data' ;
6
8
7
9
import '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
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview_flutter%22
5
5
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
6
6
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7
- version : 1.9.0
7
+ version : 1.9.1
8
8
9
9
environment :
10
10
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments