flutter_scene icon indicating copy to clipboard operation
flutter_scene copied to clipboard

Make `flutter_app` work on flutter `master` channel

Open domesticmouse opened this issue 1 year ago • 4 comments

The flutter_app example code doesn't compile and run as is on checkout. The dependencies fail to resolve, and the app requires the DamagedHelmet.glb model which isn't part of the checkout.

domesticmouse avatar Aug 12 '24 05:08 domesticmouse

Ah yeah, this is a leak from my stage because I didn't want to check in large models. Now that I've replaced the importer scripts, maybe some CI stuff is in order soon. I'm also considering adding a bootstrap script that downloads all the glTF sample assets.

bdero avatar Aug 12 '24 18:08 bdero

Do you want me to trim this down to parts you are willing to land, or should I just close it?

domesticmouse avatar Aug 15 '24 00:08 domesticmouse

The former. Everything LGTM except the dependency pin. Apologies for the ambiguity.

bdero avatar Aug 15 '24 02:08 bdero

Reverted the dependency pin.

domesticmouse avatar Aug 15 '24 07:08 domesticmouse