HackerTrans
TopNewTrendsCommentsPastAskShowJobs

davexxx

no profile record

comments

davexxx
·4 lata temu·discuss
I've extensively used Flutter for a messenging app. It's awesome in so many ways, but it's clearly not production ready! For example:

- Text Fields are almost unusable for iOS users that don't have predictive keyboard enabled. Reported in 2017: https://github.com/flutter/flutter/issues/12920

- Emoji rendering is broken on iOS. Reported in 2019: https://github.com/flutter/flutter/issues/28894

This is due to the fact that everything, including the OS controls, are re-implemented in Flutter.