henryleunghk / flutter-native-text-input

Native text input for Flutter
MIT License
66 stars 50 forks source link

[Feature Request] More parameters to customize #10

Closed Nico3652 closed 2 years ago

Nico3652 commented 2 years ago

Thanks for the package. Please add more parameters for customization as we could set in the native code :

In my case, Tint color , Return Key , Capitalization...

Capture d’écran 2021-12-01 à 18 19 51

And from the CupertinoTextField :

henryleunghk commented 2 years ago

Thanks for your support.

  1. cursorColor will be added for UITextView tint color
  2. textCapitalization will be added for controlling auto-capitalization
  3. returnKeyType will be added
  4. maxLines already available.
  5. For prefix and suffix, will be regarded as out of scope. Please wrap them with Row widget in Flutter:)
Nico3652 commented 2 years ago

Thanks for improvement. Mistake about maxlines