utils/input_formatter/fix_ios_input_formatter library

Classes

FixIOSTextInputFormatter
https://github.com/flutter/flutter/issues/25511 主要针对TextInput有设置maxLength且在iOS平台使用原生输入法输入中文时崩溃问题。 使用方法: TextField( inputFormatters: FixIOSTextInputFormatter(), ) 使用后问题是输入的拼音不展示。