sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.16k stars 122 forks source link

Add Impeller support #352

Open HidenoriMatsubayashi opened 11 months ago

HidenoriMatsubayashi commented 11 months ago

Impeller will improve flutter performance significantly.

Will merge https://github.com/flutter/engine/pull/43388.

HidenoriMatsubayashi commented 11 months ago

We need to change CI scripts to add impellerc to pre-builts. Also, Impeller with OpenGL backend doesn't seem to be production ready (see https://github.com/flutter-tizen/embedder/issues/15#issuecomment-1638539342) and I can see some issues on flutter/flutter repo.