updated version to 6.0.0-beta.24
This commit is contained in:
parent
3e0482e7ba
commit
aa8971fad0
|
@ -1,3 +1,7 @@
|
||||||
|
## 6.0.0-beta.24
|
||||||
|
|
||||||
|
- Merged "fix #1389 #1315 contextMenu ios 13" [#1575](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1575) (thanks to [heralight](https://github.com/heralight))
|
||||||
|
|
||||||
## 6.0.0-beta.23
|
## 6.0.0-beta.23
|
||||||
|
|
||||||
- Updated `androidx.webkit:webkit` dependency to `1.6.1`
|
- Updated `androidx.webkit:webkit` dependency to `1.6.1`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_inappwebview
|
name: flutter_inappwebview
|
||||||
description: A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
|
description: A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
|
||||||
version: 6.0.0-beta.23
|
version: 6.0.0-beta.24
|
||||||
homepage: https://inappwebview.dev/
|
homepage: https://inappwebview.dev/
|
||||||
repository: https://github.com/pichillilorenzo/flutter_inappwebview
|
repository: https://github.com/pichillilorenzo/flutter_inappwebview
|
||||||
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
|
||||||
|
|
Loading…
Reference in New Issue