henryleunghk / flutter-native-text-input

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

Use `attributedPlaceholder` for placeholder text #31

Closed collinjackson closed 2 years ago

collinjackson commented 2 years ago

Fixes #29

Screen recording of built-in example:

https://user-images.githubusercontent.com/394889/159203300-75489b6d-dbae-4539-aae0-f36e9b10db54.mov

Screen recording of indjec/native-text-field demo:

https://user-images.githubusercontent.com/394889/159539620-787363af-1c3a-45db-8138-2eb15b52e22f.mp4

henryleunghk commented 2 years ago

Will include this PR in 2.2.0 release. Please rebase, thanks👍🏻

collinjackson commented 2 years ago

Will include this PR in 2.2.0 release. Please rebase, thanks👍🏻

PR has been rebased, PTAL