This commit is contained in:
toly
2023-12-16 13:35:49 +08:00
parent 01fdf966c5
commit b04b138b53
27 changed files with 482 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// import 'package:flutter_test/flutter_test.dart';
//
// import 'package:components/components.dart';
//
// void main() {
// test('adds one to input values', () {
// final calculator = Calculator();
// expect(calculator.addOne(2), 3);
// expect(calculator.addOne(-7), -6);
// expect(calculator.addOne(0), 1);
// });
// }