Hadrien Lejard 8 年 前
コミット
c27fa34fc7
2 ファイル変更6 行追加1 行削除
  1. 5 0
      CHANGELOG.md
  2. 1 1
      example/lib/main.dart

+ 5 - 0
CHANGELOG.md

@@ -1,3 +1,8 @@
+# 0.0.4
+
+- IOS implementation
+- Update to last version of Flutter
+
 # 0.0.3
 
 - Documentation

+ 1 - 1
example/lib/main.dart

@@ -92,7 +92,7 @@ class _MyHomePageState extends State<MyHomePage> {
     try {
       flutterWebviewPlugin.launch(_ctrl.text);
 
-      new Timer(const Duration(seconds: 3), () {
+      new Timer(const Duration(seconds: 10), () {
         flutterWebviewPlugin.close();
       });
     } catch (e) {