Hacker News new | ask | show | jobs
by ZeroCool2u 1805 days ago
No, it's actually pretty fun writing UI's in Flutter, because it's relatively straight forward.

Edit: Fair warning, desktop development code is _interpreted_ by the VM when doing debug builds, so that you can have hot reloading, which is great. But it may seem like your app is slow until you do a release build. Though it seems obvious in retrospect, it took me by surprise at first.