tyler %!s(int64=2) %!d(string=hai) anos
pai
achega
e9e3fcc560
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/main.dart

+ 1 - 1
lib/main.dart

@@ -64,7 +64,7 @@ class _MyHomePageState extends State<MyHomePage> {
       // so that the display can reflect the updated values. If we changed
       // _counter without calling setState(), then the build method would not be
       // called again, and so nothing would appear to happen.
-      _counter += 2;
+      _counter++;
     });
   }