updated CHANGELOG.md
This commit is contained in:
parent
ecbcae0545
commit
b00b3781ef
@ -1,3 +1,7 @@
|
|||||||
|
## 6.0.0-beta.25
|
||||||
|
|
||||||
|
- Merged "feat: InAppLocalhostServer decode assets url when loading them" [#1657](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1657) (thanks to [Nirajn2311](https://github.com/Nirajn2311))
|
||||||
|
|
||||||
## 6.0.0-beta.24+1
|
## 6.0.0-beta.24+1
|
||||||
|
|
||||||
- Fixed "Can't compile on Android" [#1691](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1691)
|
- Fixed "Can't compile on Android" [#1691](https://github.com/pichillilorenzo/flutter_inappwebview/issues/1691)
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<h3 class="masthead-brand">Flutter InAppWebView</h3>
|
<h3 class="masthead-brand">Flutter InAppWebView</h3>
|
||||||
<nav class="nav nav-masthead justify-content-center">
|
<nav class="nav nav-masthead justify-content-center">
|
||||||
<a class="nav-link active" href="index.html">Home</a>
|
<a class="nav-link active" href="index.html">Home</a>
|
||||||
<a class="nav-link" href="page 1.html">Page 1</a>
|
<a class="nav-link" href="page-1.html">Page 1</a>
|
||||||
<a class="nav-link" href="page-2.html">Page 2</a>
|
<a class="nav-link" href="page-2.html">Page 2</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
@ -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.24+1
|
version: 6.0.0-beta.25
|
||||||
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…
x
Reference in New Issue
Block a user