this post was submitted on 12 Dec 2023
941 points (98.8% liked)

Programmer Humor

32143 readers
116 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ExLisper@linux.community 6 points 9 months ago (1 children)

I tried Flutter and hated it. It was buggy (there's thousands of post on the internet saying that you have to do 'rm ios/Podfile && flutter build ios' and similar. the build breaks often and standard solution is 'turn it off and on again'), the components library is too verbose and not nice to work with, the support was bad (as in open a bug report with example repo and they would react after 6 months) and everything that's not 'hello world' was complicated or impossible (like writing tests). I'm definitely not using it again.

[โ€“] shiveyarbles@beehaw.org 2 points 9 months ago

We had a third party do the development, it worked out really well. At some point I'll need to learn it when we take it over.