@@ -1,5 +1,5 @@
class Calculator {
int addOne(int value) {
- return value + 1;
+ return value + 2;
}
@@ -1,6 +1,6 @@
name: flustars
description: A new Flutter plugin.
-version: 0.0.1
+version: 0.0.2
author: thl <863764940@qq.com>
homepage: https://github.com/Sky24n/flustars