Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of github.com:flutter/packages into getUAS
  • Loading branch information
bparrishMines committed Jul 14, 2023
commit ac15158991ad352cff86c2fd44ee22122722683f
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 3.9.0
## 3.10.0

* Adds support for `PlatformWebViewController.getUserAgent`.

## 3.9.0

* Adds support for `WebResouceError.url`.

## 3.8.2

* Fixes unawaited_futures violations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_android
description: A Flutter plugin that provides a WebView widget on Android.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 3.9.0
version: 3.10.0

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.