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

@@ -1,7 +1,7 @@
import 'dart:math' as math;
import 'package:flame/components.dart';
import 'package:flame/src/geometry/polygon.dart';
import 'package:flame/geometry.dart';
import 'package:test/test.dart';
class MyComponent extends PositionComponent {}