The other problem is that flutter apps tend to need specific version of the engine in my experience. Like this package need an older version than flutter
package. I've had a lot of problems with other apps where I couldn't update the engine version. It would become hell to manage if whenever flutter
is updated and break apps. I created flutter-engine
to address these problems. Trying to do it the traditional "linux" way is going to be extremely problematic.
I can rename my packages, however I don't see how anything is official or personal until I see some official arch guidelines.
Pinned Comments
patlefort commented on 2024-07-09 02:46 (UTC)
I've created a package
fvm-sourcebuild
for those who want to build the engine from sources. It will cache build artifacts in the same place asflutter-engine
(~/.cache/flutter-engine
).