This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 4 files changed +9
-1
lines changed
packages/webview_flutter/webview_flutter_wkwebview
4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.8.1
2
+
3
+ * Ignores unnecessary import warnings in preparation for [ upcoming Flutter changes] ( https://github.com/flutter/flutter/pull/104231 ) .
4
+
1
5
## 2.8.0
2
6
3
7
* Raises minimum Dart version to 2.17 and Flutter version to 3.0.0.
Original file line number Diff line number Diff line change 9
9
import 'dart:async' ;
10
10
import 'dart:convert' ;
11
11
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
12
14
import 'dart:typed_data' ;
13
15
14
16
import 'package:flutter/foundation.dart' ;
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 @@ -2,7 +2,7 @@ name: webview_flutter_wkwebview
2
2
description : A Flutter plugin that provides a WebView widget based on Apple's WKWebView control.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/webview_flutter/webview_flutter_wkwebview
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
5
- version : 2.8.0
5
+ version : 2.8.1
6
6
7
7
environment :
8
8
sdk : " >=2.17.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments