Closed ahmednfwela closed 1 year ago
Can you give me more info about this method? I also asked that in the PR review so you can answer only here if you want!
since SearchQuery
is immutable, we need a way to change certain values in it, which is why the copyWith
is introduced.
why this is needed tho can be seen here
where we manipulate the input query to automatically progress the search results based on scroll
going to need this for the flutter ui kit