9

I've decided to take a look at flutter today and boy... I must say I hate writing layout for it.
Not cause of all those margin thing no.. It's just too verbose, awful.
I don't want to spend that much time writing the UI, I want to focus on the logic.
Even XML was better than that.

I think I'll wait for a layout editor before coming back to it.

But I have to admit that hot reload is really nice after spending so much time waiting for my builds on Android 😓

Comments
  • 0
    i decided to roll back to native android from flutter because flutter isn't fully developed yet. there are some things that do not exist and can not be made because flutter developers havent coded it yet. there are some things that are different in ios compared to native ios in swift, which makes the app look unnatural. I'll just wait till flutter gets more stable
  • 0
    yes it is verbose especially when you use that crappy scope model as MVP, that always fucks me every time
  • 1
    however anything that can let me code hybrid mobile apps and does NOT involve javascript, I'll take it
  • 1
    @SukMikeHok haha same, that's the main reason I gave it a try, it's cross platform and not JavaScript, that last point is very important.

    I also tried to see how to make inter nationalisation, and that's way too much work compare to Andro id.
    But in other hand it's way easier on flutter to change the language without changing the mobile default language.

    So yeah, I'll go back to my Android dev, but I can't wait to see it in stable version with a layout builder.
    Android start to be a real pain nowadays... Android studio + emulator way too slow and those builds time...😡
  • 0
    @soundlicious i just use my real device for debug + test, try it its alot faster than shitty emulators
  • 0
    i even test localhost mysql connection on my real android device, took me a while to figure out how to make that work
  • 0
    A thread has no avatar.
Add Comment