alexrindone / flutter_textfield_search

FTFS is a Flutter package which uses a TextField Widget to search and select a value from a list. It's a simple, lightweight, and fully tested package unlike other "autocomplete" or textfield search packages with 100% code coverage.
BSD 2-Clause "Simplified" License
27 stars 33 forks source link

Added Cursor's height, width and show cursor option #48

Open kumarabhiyadav opened 1 year ago

kumarabhiyadav commented 1 year ago

I needed this search features in my current project but I have customised textFormField with cursor height of 28 px but your package don't have option that so I added cursor's height, with and show cursor option, Hope this will helpful for everyone in future

alexrindone commented 2 months ago

I know this is old, but I am almost thinking that we can pass a TextField as a property instead, that way everything is customizable outside of the package.