0

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
Chris G.
  • 23,930
  • 48
  • 177
  • 302

1 Answers1

1

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).

spydon
  • 9,372
  • 6
  • 33
  • 63
  • Thanks, will there be many changes -I am just starting on flame and wondering if I should wait or is releasecandidate.4 incl. new stuff? – Chris G. Mar 13 '22 at 14:10
  • 1
    There are some breaking changes between `1.0.0` and `1.1.0`, but it will not be many changes now during the week from rc4 to `1.1.0`, just bug fixes if any bugs are reported. In 30 minutes or so we'll release rc 5, which has small bug fixes in it. So if you are planning to do the migration at some point anyways I'd recommend diving into the RC right away. If you need help you can also join our discord: https://discord.com/invite/pxrBmy4 – spydon Mar 13 '22 at 14:15