File tree Expand file tree Collapse file tree 3 files changed +7
-25
lines changed Expand file tree Collapse file tree 3 files changed +7
-25
lines changed Original file line number Diff line number Diff line change 1- ## 2.0.0-nullsafety.6
1+ ## 2.0.0
22
3+ * Migration to null-safety.
34* Added support for progress tracking.
4-
5- ## 2.0.0-nullsafety.5
6-
75* Add section to the wiki explaining how to use Material components.
8-
9- ## 2.0.0-nullsafety.4
10-
116* Update integration test to workaround an iOS 14 issue with ` evaluateJavascript ` .
12-
13- ## 2.0.0-nullsafety.3
14-
157* Fix ` onWebResourceError ` on iOS.
16-
17- ## 2.0.0-nullsafety.2
18-
198* Fix outdated links across a number of markdown files ([ #3276 ] ( https://github.com/flutter/plugins/pull/3276 ) )
20-
21- ## 2.0.0-nullsafety.1
22-
239* Added ` allowsInlineMediaPlayback ` property.
2410
25- ## 2.0.0-nullsafety
26-
27- * Migration to null-safety.
28-
2911## 1.0.8
3012
3113* Update Flutter SDK constraint.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: webview_flutter_example
22description : Demonstrates how to use the webview_flutter plugin.
33
44environment :
5- sdk : " >=2.12.0-0 <3.0.0"
5+ sdk : " >=2.12.0-259.9.beta <3.0.0"
66
77dependencies :
88 flutter :
@@ -22,7 +22,7 @@ dev_dependencies:
2222 sdk : flutter
2323 integration_test :
2424 path : ../../integration_test
25- pedantic : ^1.8 .0
25+ pedantic : ^1.10 .0
2626
2727flutter :
2828 uses-material-design : true
Original file line number Diff line number Diff line change 11name : webview_flutter
22description : A Flutter plugin that provides a WebView widget on Android and iOS.
3- version : 2.0.0-nullsafety.5
43homepage : https://github.com/flutter/plugins/tree/master/packages/webview_flutter
4+ version : 2.0.0
55
66environment :
7- sdk : " >=2.12.0-0 <3.0.0"
7+ sdk : " >=2.12.0-259.9.beta <3.0.0"
88 flutter : " >=1.22.0"
99
1010dependencies :
@@ -16,7 +16,7 @@ dev_dependencies:
1616 sdk : flutter
1717 flutter_driver :
1818 sdk : flutter
19- pedantic : ^1.10.0-nullsafety.1
19+ pedantic : ^1.10.0
2020
2121flutter :
2222 plugin :
You can’t perform that action at this time.
0 commit comments