Explorar el Código

example in README

Hadrien Lejard hace 8 años
padre
commit
af95856495
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -22,6 +22,9 @@ For help getting started with Flutter, view our online
 
 ```dart
 var flutterWebviewPlugin = new FlutterWebviewPlugin();
+
+flutterWebviewPlugin.launch("https://flutter.io");
+await flutterWebviewPlugin.onDestroy.first;
 ```
 
 ### Android