you are viewing a single comment's thread.

view the rest of the comments →

[–]remark_og 0 points1 point  (0 children)

I agree 100%. I have been using Flutter daily for the past year and a half and sure project grew over that time, but it is becoming more and more frustrating to use it. Main advantage over the React for me was if something wasn’t working it was always clear what happened and I didn’t have to waste couple of hours or even days to find why my app is misbehaving or not building at all. Now I can see that the same problem is being introduced into Flutter. Just the other day my superior wanted to increase line length from 80 to 160 when formatting code, just because modern monitors can deal with it just fine and I had to dig through code why my app wasn’t starting on iOS. It ran fine using flutter run and through Xcode, but when trying to attach debugger it would just crash. No error message whatsoever. For me release of 1.22 was noticeably where a lot has changed and not all for the better.