Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
1884e2c
add `transitionDelegate` to `GoRouter` and penetrate it through layer…
thangmoxielabs Dec 5, 2023
7896370
Merge branch 'main' of github.com:ThangVuNguyenViet/packages
thangmoxielabs Jan 4, 2024
46bac7a
Merge branch 'flutter:main' into main
ThangVuNguyenViet Jan 20, 2024
449d5a8
Merge branch 'flutter:main' into main
ThangVuNguyenViet May 28, 2024
50416dd
add [GoRouter.goRelative] and tests. Add TypedRelativeGoRoute and its…
ThangVuNguyenViet May 28, 2024
e0d7fcc
Merge branch 'flutter:main' into main
ThangVuNguyenViet May 28, 2024
f397458
Revert "add `transitionDelegate` to `GoRouter` and penetrate it throu…
ThangVuNguyenViet May 28, 2024
f411ceb
TypedRelativeGoRoute shouldn't inherit TypedGoRoute, and it should on…
ThangVuNguyenViet May 28, 2024
c6de772
update versions go_router & go_router_builder
ThangVuNguyenViet May 28, 2024
5abfe4a
Strip away changes in go_router_builder. Update go_router changelog
ThangVuNguyenViet May 29, 2024
833f838
fix changelog title
ThangVuNguyenViet May 29, 2024
ad6b246
[webview]: Bump androidx.webkit:webkit from 1.10.0 to 1.11.0 in /pack…
dependabot[bot] May 28, 2024
327bae2
[go_router] docs: updated link in navigation.md to correct file path …
altynbek132 May 28, 2024
af3a3d1
[many] Remove references to v1 embedding (#6494)
gmackall May 28, 2024
023e3ba
[google_maps_flutter] Implement polyline patterns in google maps ios …
Hari-07 May 28, 2024
2a051d7
[pigeon]: Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.22 …
dependabot[bot] May 28, 2024
52101d3
update versions go_router & go_router_builder
ThangVuNguyenViet May 28, 2024
101d03b
fix changelog title
ThangVuNguyenViet May 29, 2024
f3fb748
Merge branch 'main' of github.com:flutter/packages into go_router/go-…
ThangVuNguyenViet May 29, 2024
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
[webview]: Bump androidx.webkit:webkit from 1.10.0 to 1.11.0 in /pack…
…ages/webview_flutter/webview_flutter_android/android (#6805)

Bumps androidx.webkit:webkit from 1.10.0 to 1.11.0.

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.webkit:webkit&package-manager=gradle&previous-version=1.10.0&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>
  • Loading branch information
dependabot[bot] authored and ThangVuNguyenViet committed May 29, 2024
commit ad6b246b74a6ea928a98be444f83cf701d594342
4 changes: 4 additions & 0 deletions packages/webview_flutter/webview_flutter_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.16.3

* Bumps androidx.webkit:webkit from 1.10.0 to 1.11.0.

## 3.16.2

* Bumps androidx.webkit:webkit from 1.7.0 to 1.10.0.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {

dependencies {
implementation 'androidx.annotation:annotation:1.7.1'
implementation 'androidx.webkit:webkit:1.10.0'
implementation 'androidx.webkit:webkit:1.11.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.1.0'
testImplementation 'androidx.test:core:1.3.0'
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.16.2
version: 3.16.3

environment:
sdk: ^3.2.0
Expand Down