Lejard Hadrien 7 年之前
父节点
当前提交
a2e7295b2d
共有 4 个文件被更改,包括 451 次插入333 次删除
  1. 4 0
      CHANGELOG.md
  2. 446 332
      example/ios/Flutter/flutter_assets/LICENSE
  3. 二进制
      example/ios/Flutter/flutter_assets/snapshot_blob.bin
  4. 1 1
      pubspec.yaml

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+# 0.1.5
+
+- iOS use WKWebView instead of UIWebView
+
 # 0.1.4
 
 - support localstorage for ANDROID

文件差异内容过多而无法显示
+ 446 - 332
example/ios/Flutter/flutter_assets/LICENSE


二进制
example/ios/Flutter/flutter_assets/snapshot_blob.bin


+ 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.4
+version: 0.1.5
 
 environment:
   sdk: ">=1.8.0 <2.0.0"

部分文件因为文件数量过多而无法显示