mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-13 11:20:19 +08:00
Small fixes and nits to make null-safe simpler (#686)
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user