Hacker News new | ask | show | jobs
by afsina 2938 days ago
Here is some info: https://flutter.io/faq/#how-big-is-the-flutter-engine
1 comments

in summary : a minimal UI app goes from 40k of java code to 6700k of compressed dart code
Not compressed, compiled to machine code.
why does the linked article calls ot out as "compressed" but not mention it for java bytecode?