Ver Fonte

Fixed spelling in example project

Rafal Wachol há 6 anos atrás
pai
commit
0588faaf85
1 ficheiros alterados com 1 adições e 1 exclusões
  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");