rmawatson / flutter_isolate

Launch an isolate that can use flutter plugins.
MIT License
262 stars 80 forks source link

Flutter_Isolate not working on iOS in release mode #129

Closed maxmitz closed 1 year ago

maxmitz commented 1 year ago

I used flutter_isolate with the video_compress plugin to compress a video in the background. For Android, it always works. For iOS, it only works in the debug mode but not in release mode.

I did not add the code so far because it is a lot of code to reproduce (video recording, saving, then the compress, multiple screens). I will try to publish here a smaller example that reproduces the bug later. Did somebody have the same problem for iOS in the release mode or does it work for everybody else in the iOS release mode?

My questions would be:

Thanks in advance and thanks for working on this plugin!

maxmitz commented 1 year ago

Not completely correct description

maxmitz commented 1 year ago

Not completely correct description