- support custom font families on iOS
- dispose
TextEditingController
andFocusNode
, 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.attributedPlaceholder
to draw the iOS placeholder - ensure that
BoxConstraints
are valid
- fix android text input background not transparent
- add back
placeholderStyle
iniosOptions
- add Android support
- wrap
cursorColor
andkeyboardAppearance
iniosOptions
- replace
placeholderStyle
withplaceholderColor
- 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