Explorar o código

Fixed spelling in example project

Rafal Wachol %!s(int64=6) %!d(string=hai) anos
pai
achega
0588faaf85
Modificáronse 1 ficheiros con 1 adicións e 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");