implement cherrypick_flutter library

This commit is contained in:
Sergey Penkovsky
2025-05-02 11:42:32 +03:00
parent f6da7568fe
commit e1a556d193
12 changed files with 442 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
import 'package:flutter_test/flutter_test.dart';
void main() {
test('adds one to input values', () {
expect(1, 1);
});
}