sony / flutter-embedded-linux

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

size of flutter for elinux #324

Closed laoshaw closed 1 year ago

laoshaw commented 1 year ago

Per my understanding flutter-for-elinux is like qt-embedded of SDL2-based GUI for Linux.

Assuming I have a busybox command line Linux, roughly how much space I will need to add flutter-elinux to get a GUI out of it? 10MB, 50MB? dart runtime is about 6MB alone, plus the flutter widgets and other required libraries, I'm guessing it is about 10MB in the end.