Lejard Hadrien 7 년 전
부모
커밋
a2e7295b2d
4개의 변경된 파일451개의 추가작업 그리고 333개의 파일을 삭제
  1. 4 0
      CHANGELOG.md
  2. 446 332
      example/ios/Flutter/flutter_assets/LICENSE
  3. BIN
      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


BIN
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"

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.