File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
packages/webview_flutter/webview_flutter Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 4.13.1
22
3+ * Fixes HTML in legacy dartdocs.
34* Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
45* Updates README to reflect currently supported OS versions for the latest
56 versions of the endorsed platform implementations.
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ class WebView extends StatefulWidget {
247247 ///
248248 /// To debug WebViews on iOS:
249249 /// - Enable developer options (Open Safari, go to Preferences -> Advanced and make sure "Show Develop Menu in Menubar" is on.)
250- /// - From the Menu-bar (of Safari) select Develop -> iPhone Simulator -> <your webview page>
250+ /// - From the Menu-bar (of Safari) select Develop -> iPhone Simulator -> \ <your webview page\ >
251251 ///
252252 /// By default `debuggingEnabled` is false.
253253 final bool debuggingEnabled;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: webview_flutter
22description : A Flutter plugin that provides a WebView widget backed by the system webview.
33repository : https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
5- version : 4.13.0
5+ version : 4.13.1
66
77environment :
88 sdk : ^3.8.0
You can’t perform that action at this time.
0 commit comments