bazookon / giphy_get

Flutter plugin
MIT License
27 stars 67 forks source link

improve search experience #34

Closed itssidhere closed 1 year ago

itssidhere commented 2 years ago

Currently, the search experience was not so good. If the gifs are in a loading state I cannot type a new query. Also while typing a long text for each letter there was a new query getting triggered. Hopefully, this patch will fix all the issues and make searching more predictable and consistent.

itssidhere commented 2 years ago

Currently, there's an issue which is duplicating the gifs when we search. Probably because the offset has to be awaited to be calculated. I am thinking of alternatives.