RafaelBarbosatec / bonfire

(RPG maker) Create RPG-style or similar games more simply with Flame.
https://bonfire-engine.github.io
MIT License
1.22k stars 186 forks source link

[Bug]: Update flame to 1.19.0 #554

Closed kjxbyz closed 1 day ago

kjxbyz commented 2 weeks ago

What happened?

Because fafarunner depends on bonfire 3.10.0 which depends on flame 1.18.0, flame 1.18.0 is required.
So, because fafarunner depends on flame 1.19.0, version solving failed.

You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on bonfire: flutter pub add bonfire:^3.6.2

make: *** [get] Error 1

Steps to reproduce?

flutter pub get

What did you expect to happen?

Update flame to 1.19.0

Bonfire version

1.10.0

Relevant log output

No response

RafaelBarbosatec commented 2 weeks ago

Hi @kjxbyz ! Why do you import flame in your project? You just need bonfire to bonfire projects. I'll take a look in this new version of Flame to update in Bonfire.

kjxbyz commented 2 weeks ago

Thank you

RafaelBarbosatec commented 1 day ago

Updated in the latest version