소스 검색

test push

tyler 2 년 전
부모
커밋
e9e3fcc560
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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++;
     });
   }