flutter_textfield_search icon indicating copy to clipboard operation
flutter_textfield_search copied to clipboard

Override empty results title

Open nemanja-nisic opened this issue 2 years ago • 2 comments

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.

nemanja-nisic avatar Dec 01 '22 09:12 nemanja-nisic

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

abangadit avatar Jan 10 '23 05:01 abangadit