Hacker News new | ask | show | jobs
by higerordermap 2056 days ago
> The slide deck could have just said "We don't want to pay $10/unit for a Qt license"

Qt has it's share of problems too. And someone is free to decide against depending on an oracle-like company.

> If you have half a gig of SDRAM and a playstation-class CPU, awesome.

Flutter is AOT compiled in release mode and is pretty efficient.

1 comments

AOT maybe slower in certain cases. This topic discusses it - https://github.com/dart-lang/sdk/issues/39367 (it's not relevant only to dart, but other languages/runtimes like it too)