Explorar el Código

Fixed spelling in example project

Rafal Wachol hace 6 años
padre
commit
0588faaf85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      example/lib/main.dart

+ 1 - 1
example/lib/main.dart

@@ -134,7 +134,7 @@ class _MyHomePageState extends State<MyHomePage> {
       }
     });
 
-    _onProgressChanged = flutterWebviewPlugin.onProgressChanged.listen((double progress) {
+    _onProgressChanged = flutterWebViewPlugin.onProgressChanged.listen((double progress) {
       if (mounted) {
         setState(() {
           _history.add("onProgressChanged: $progress");