Small fixes and nits to make null-safe simpler (#686)

This commit is contained in:
Luan Nico
2021-02-26 09:45:50 -05:00
committed by GitHub
parent 09631a23a5
commit f6db096ac6
20 changed files with 41 additions and 62 deletions

View File

@@ -65,7 +65,8 @@ class MyGame extends Game with TapDetector {
int elapsedSecs = 0;
MyGame() {
@override
Future<void> onLoad() async {
countdown = Timer(2);
interval = Timer(
1,