This example for collision detection has an import that is not found, do you know why?
It says: Target of URI doesn't exist: 'package:flame/collisions.dart'
pubspec.yaml
flame: 1.0.0
The new collision detection system was not released in 1.0.0
, you can depend on 1.1.0-releasecandidate.4
to use it (we'll release 1.1.0
on Friday).