Add flutter test project

This commit is contained in:
2020-06-23 22:48:49 +08:00
parent 5d84561447
commit 347e26f6cf
67 changed files with 1701 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
void main(List<String> arguments) {
print(1);
// #[release[google]]
// print(2);
// #[release[!asd]]
// print(3);
// #[debug]
// print(4);
// #[release[test]]
// print(5);
// #[[test asd]]
// print(6);
// #[[]]
// print(7)
// #[[]]
}