Bläddra i källkod

version 0.0.2

tanghongliang 7 år sedan
förälder
incheckning
81033567c0
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      lib/src/net/test.dart
  2. 1 1
      pubspec.yaml

+ 1 - 1
lib/src/net/test.dart

@@ -1,5 +1,5 @@
 class Calculator {
 class Calculator {
   int addOne(int value) {
   int addOne(int value) {
-    return value + 1;
+    return value + 2;
   }
   }
 }
 }

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: flustars
 name: flustars
 description: A new Flutter plugin.
 description: A new Flutter plugin.
-version: 0.0.1
+version: 0.0.2
 author: thl <863764940@qq.com>
 author: thl <863764940@qq.com>
 homepage: https://github.com/Sky24n/flustars
 homepage: https://github.com/Sky24n/flustars