Hadrien Lejard 8 years ago
parent
commit
88ab2382b4
3 changed files with 6 additions and 2 deletions
  1. 5 0
      CHANGELOG.md
  2. 0 1
      lib/flutter_webview_plugin.dart
  3. 1 1
      pubspec.yaml

+ 5 - 0
CHANGELOG.md

@@ -1,3 +1,8 @@
+# 0.0.5
+
+- fix "onDestroy" event for iOS [#4](https://github.com/dart-flitter/flutter_webview_plugin/issues/4)
+- fix fullscreen mode for iOS [#5](https://github.com/dart-flitter/flutter_webview_plugin/issues/5)
+
 # 0.0.4
 
 - IOS implementation

+ 0 - 1
lib/flutter_webview_plugin.dart

@@ -7,7 +7,6 @@ const _kChannel = 'flutter_webview_plugin';
 /// Singleton Class that communicate with a fullscreen Webview Instance
 /// Have to be instanciate after `runApp` called.
 class FlutterWebviewPlugin {
-
   final MethodChannel _channel = const MethodChannel(_kChannel);
   StreamController<Null> _onDestroy = new StreamController.broadcast();
   StreamController<Null> _onBackPressed = new StreamController.broadcast();

+ 1 - 1
pubspec.yaml

@@ -4,7 +4,7 @@ authors:
 - Hadrien Lejard <hadrien.lejard@gmail.com>
 - Toufik Zitouni <toufiksapps@gmail.com>
 homepage: https://github.com/dart-flitter/flutter_webview_plugin
-version: 0.0.4
+version: 0.0.5
 
 flutter:
   plugin: