godot_dart
godot_dart copied to clipboard
Support exporting (desktop only)
When exporting, we should support compiling to a Dart snapshot (.dill), and the code should be adjusted to look for the .dill. Additionally, we should ensure that the proper .gdextension files and dynamic libraries are copied over.
Initially, this can work for platforms that don't need AOT (Windows, Mac, Linux) before separately tackling other platforms.