- fix
textContentTypesetting for Android - fix text input caret jumping
- support custom font families on iOS
- dispose
TextEditingControllerandFocusNode, preventing memory leaks - support for detecting tap gestures on iOS
- fix an iOS race condition that would cause errors when autofocusing
- implement autocorrect for iOS
- use
UITextView.attributedPlaceholderto draw the iOS placeholder - ensure that
BoxConstraintsare valid
- fix android text input background not transparent
- add back
placeholderStyleiniosOptions
- add Android support
- wrap
cursorColorandkeyboardAppearanceiniosOptions - replace
placeholderStylewithplaceholderColor
- add minHeightPadding configuration
- add support of onEditingComplete
- fix focus action not working sometimes
- fix placeholder re-appeared upon widget rebuilt
- fix focusNode usage
- fix returnKeyType and onSubmitted usage
- add support of cursorColor, returnKeyType and textCapitalization
- fix maxLines usage and support dynamic content height
- support customizations
- support null-safety
- fix Chinese typing issue
- fix input height not returning default on clearing multi-line text
- update examples
- support dynamic widget height with plugin documentation added
- update usage example
- initial release with iOS support