brun0xon
brun0xon
> Did you decorate your function with @pragma('vm:entry-point') Yes, I wrote an example above
> i do added 'shrinkResources' and 'minifyEnabled' but isnt solve +1
Solved by adding `@pragma('vm:entry-point')` to functions `flutterCompute()` and `_isolateMain()` in compute.dart file. Please, publish fix as soon as possible.
You are able to specify custom path to ffmpeg (have to be installed, ofc). `app.config` file should be created in the project root, having content below: ``` ```