Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solved issue "When we click on search button..." #9

Merged
merged 1 commit into from
Feb 20, 2022

Conversation

samitkapoor
Copy link
Contributor

[x] keyboard should automatically appear
[x] search should be Realtime i.e. the letters we are writing should be simultaneously correspond to the list of games that will appear in screen body
[x] when no game is found our users must see "No game found" in screen's body
[x] after clicking the cross button keyboard should go back too

I have solved all this error, to tackle these issues I have used the help of the get package to managing the state of the application while searching realtime by making a separate search controller to control all the operations.

@aryamangodara
Copy link
Owner

This is very good
but can you do it with provider package ?

[x] keyboard should automatically appear [x] search should be Realtime i.e. the letters we are writing should be simultaneously correspond to the list of games that will appear in screen body [x] when no game is found our users must see "No game found" in screen's body [x] after clicking the cross button keyboard should go back too

I have solved all this error, to tackle these issues I have used the help of the get package to managing the state of the application while searching realtime by making a separate search controller to control all the operations.

@samitkapoor
Copy link
Contributor Author

@aryamangodara Yeah, It can be done with the provider package too but I guess the get package is better than the provider package. I won't be able to do it now as I have exams starting from tomorrow, so I am getting less time for Flutter. Hope you like it with the get package.

@aryamangodara aryamangodara linked an issue Feb 20, 2022 that may be closed by this pull request
@aryamangodara aryamangodara merged commit 7ae0ae6 into aryamangodara:master Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When we click on the search button...
2 participants