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

Override empty results title #46

Open nemanja-nisic opened 1 year ago

nemanja-nisic commented 1 year ago

First of all, great library, works awesome and easy to use.

When there are no results I get 'No matching items.' message, I would like to be able to override this. In my case I have different languages so this is necessary.

Other than that, maybe add an option to provide our own loader or at least change colour.

abangadit commented 1 year ago

you can create TextFieldSearch.dart on your project and copy the source, then you can customize the text all you want