jaguar
jaguar copied to clipboard
Sorry for desktop distribution
Dart and jaguer looks nice but I still don't know how to lock down the code and distribute it.
I would have thought AOT would be possible especially since flutter is AOT and JIT
Here is latest speculation I could find
https://github.com/dart-lang/sdk/issues/34343
Can anyone offer help in how to distribute with dart ? At the moment I assume the VM is needed Any nice s riots out there to help with bundling the VM with your snapshot into an easy deployable for desktops ?
Did you try snapshot-ing?
I am working on a distribution (packaging) and deployment (docker image) solution.
Snapshot + AppImage seems to be the best option for Linux distribution.