Lejard Hadrien 7 vuotta sitten
vanhempi
commit
71b39111c6
2 muutettua tiedostoa jossa 9 lisäystä ja 1 poistoa
  1. 8 0
      CHANGELOG.md
  2. 1 1
      pubspec.yaml

+ 8 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+# 0.1.6
+
+- Taking safe areas into account for bottom bars
+- iOS
+    + withLocalUrl option for iOS > 9.0
+- Android
+    + add reload, goBack and foForward function
+
 # 0.1.5
 
 - iOS use WKWebView instead of UIWebView

+ 1 - 1
pubspec.yaml

@@ -5,7 +5,7 @@ authors:
 - Toufik Zitouni <toufiksapps@gmail.com>
 - Pedia <kpedia@163.com>
 homepage: https://github.com/dart-flitter/flutter_webview_plugin
-version: 0.1.5
+version: 0.1.6
 
 environment:
   sdk: ">=1.8.0 <2.0.0"