henryleunghk / flutter-native-text-input

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

Feature request: customize the font size and family #33

Closed f-person closed 2 years ago

f-person commented 2 years ago

First of all, thanks for the package! I'm glad it exists and appreciate your work.

The consistency in font styles is very important for me (and, perhaps, many others), so it would be very good to be able to customize them. I personally don't mind manually putting the required TTF in ios/android directories of projects where this plugin is used.

f-person commented 2 years ago

I noticed that there's a style property, will check out how it works :)

f-person commented 2 years ago

/// The style to use for the text being edited [Only fontSize, fontWeight, color are supported]

It'd be very nice to be able to customize the family too