jaguar icon indicating copy to clipboard operation
jaguar copied to clipboard

Sorry for desktop distribution

Open ghost opened this issue 6 years ago • 2 comments

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 ?

ghost avatar Oct 11 '18 13:10 ghost

Did you try snapshot-ing?

I am working on a distribution (packaging) and deployment (docker image) solution.

tejainece avatar Oct 11 '18 14:10 tejainece

Snapshot + AppImage seems to be the best option for Linux distribution.

tejainece avatar Jan 28 '19 08:01 tejainece