davexxx·4 anni fa·discussI'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/28894This is due to the fact that everything, including the OS controls, are re-implemented in Flutter.
- 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.