flutter_native_text_input 1.2.1 flutter_native_text_input: ^1.2.1 copied to clipboard
Native text input for Flutter. Currently iOS-only with the use of UITextView.
1.2.1 #
- fix returnKeyType and onSubmitted usage
1.2.0 #
- add support of cursorColor, returnKeyType and textCapitalization
1.1.1 #
- fix maxLines usage and support dynamic content height
1.1.0 #
- support customizations
1.0.0 #
- support null-safety
0.1.3 #
- fix Chinese typing issue
0.1.2 #
- fix input height not returning default on clearing multi-line text
0.1.1 #
- update examples
0.1.0 #
- support dynamic widget height with plugin documentation added
0.0.2 #
- update usage example
0.0.1 #
- initial release with iOS support