Hacker News new | ask | show | jobs
by jdthedisciple 1417 days ago
> I also tried a rewrite in flutter

Tried? Mind elaborating? I'm working on a flutter app atm - do you mean it didn't work out? / you didn't end up liking flutter?

1 comments

I used rewriting as a learning experience. I found flutter to be simpler with respect to UI and state management compared to using XML by default for UI. Since mine was a crud app flutter was okay. I later found jetpack compose which has flutter like UI composition and I liked it better since I can access the existing Android library ecosystem too.
Will you release it to the iOS App Store as well?