material_search icon indicating copy to clipboard operation
material_search copied to clipboard

How can i send searched value/criteria to result view ?

Open jagdishjadeja opened this issue 6 years ago • 1 comments

Basically i want to search a word in string and then navigate to new screen and highlight text that is searched on searchScreen. I know how to highlight a string but dont know how to send searched string to new screen.

jagdishjadeja avatar Oct 19 '18 13:10 jagdishjadeja

There is currently no way without a hack. It would require the implementation of a second parameter for the onSelect method. Like: onSelect: (dynamic value, String criteria) { ... }.

ianldgs avatar Oct 19 '18 16:10 ianldgs