Lukas Klingsbo
Lukas Klingsbo
@TheMaverickProgrammer This PR needs a little conflict resolving with main, but it should be quite trivial, it's mostly formatting. Ping us when this is ready for review, we're planning to...
> The ortho map has a questionable golden test Can you see what is wrong in the test? Golden tests on Flutter differ slightly on different OS:es, but I guess...
@kurtome @ufrshubham @jtmcdole could you maybe review this PR if you have time? Since you are much more familiar with the flame_tiled code than I am. 😇
> Do I also have permission to update the orthogonal golden? Go for it. :) When possible, create new golden tests instead though.
Curious, I just tried and it works fine for me. Can you share a full reproduction?
Aah, I missed the fact that you are talking about `hosted` dependencies. > Probably we need to change this line to: json['version'] is String ? VersionConstraint.parse(json['version']) : null, Sounds good,...
Ah of course, I though we already had an issue for migrating away from that package, but I couldn't find one so I opened https://github.com/invertase/melos/issues/778
This should be solved by https://github.com/invertase/melos/pull/794
@harshithsaiv this is better to ask @luanpotter , I've barely been involved in flame_3d.
Hi @lbaleiro-dk have you tried if it works with a dependency_override? My guess it will just work with the new version without modifications, and if it does we can just...