We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 007f86f + a7986fb commit 3062d40Copy full SHA for 3062d40
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.3.8
2
+
3
+- Fix iOS local URL support (fixes #114)
4
+- bugfix: Added google() repository to allprojects to satisfy androidx build rules
5
+- fixed min sdk for android
6
7
# 0.3.7
8
9
- Added reloading url with headers
pubspec.yaml
@@ -7,8 +7,8 @@ authors:
- Simon Lightfoot <simon@devangels.london>
- Rafal Wachol <gorudonu@gmail.com>
homepage: https://github.com/dart-flitter/flutter_webview_plugin
10
-version: 0.3.7
11
-maintainer: Simon Lightfoot (@slightfoot)
+version: 0.3.8
+maintainer: Rafal Wachol (@RafalWachol)
12
13
environment:
14
sdk: ">=2.0.0 <3.0.0"
0 commit comments