Parcourir la source

version 0.0.8

Hadrien Lejard il y a 8 ans
Parent
commit
c873ecec72
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 2 0
      lib/flutter_webview_plugin.dart
  2. 1 1
      pubspec.yaml

+ 2 - 0
lib/flutter_webview_plugin.dart

@@ -11,6 +11,8 @@ class FlutterWebviewPlugin {
   final StreamController<Null> _onDestroy = new StreamController.broadcast();
   final StreamController<Null> _onBackPressed =
       new StreamController.broadcast();
+
+  /// TODO: iOS implementation
   final StreamController<String> _onUrlChanged =
       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.7
+version: 0.0.8
 
 flutter:
   plugin: