flutter_native_text_input 0.0.1 copy "flutter_native_text_input: ^0.0.1" to clipboard
flutter_native_text_input: ^0.0.1 copied to clipboard

outdated

Native text input for Flutter. Currently iOS-only with the use of UITextView.

Native Text Input for Flutter #

A text input widget built with the use of UITextView for supporting native text view features. This package supports iOS only for now.

Why using this? #

Autocorrect tooltips don't appear on iOS (https://github.com/flutter/flutter/issues/12920)

Many iOS users have established a habit for using convenience features of native UITextView. No doubt that Flutter provides a lot of useful widgets. However, most Flutter developers should notice that TextField or CupertinoTextField provided by Flutter are not using native UI components and hence text input experience becomes different.

Regarding this, this package aims to simply provide the interface to other developers to use native UITextView directly in your Flutter app.

The above is just showing one of missing features comparing Flutter TextField from native UITextView, there are some others your app users may find text inputs in your Flutter apps are different from others apps. Those features would be important if you are developing apps which involve composing a text message, messaging app for example.

Hope you find it useful! Enjoy coding 🎉🎉🎉

License #

This project is licenced under the MIT License.

66
likes
0
pub points
83%
popularity

Publisher

unverified uploader

Native text input for Flutter. Currently iOS-only with the use of UITextView.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_native_text_input