-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Suggestions not displaying on release apk but on debug mode #38
Comments
Hi @franciscogonzalez08m, Thanks for filing the issue. Could you please share what version of the plugin are you using? |
Nevermind I was able to reproduce the issue with the latest release |
I just found that this is a bug in a flutter, I will report it there soon. As a temporary fix please add |
I have filed the issue here flutter/flutter#106797 |
Thank you so much man! |
@franciscogonzalez08 Have you found the solution for the above error? |
|
Its not solving the issue. Actually my code is working fine in ios simulator but it keeps on refreshing in android emulator without showing any error. |
@agakshay304 Can you please file a separate issue with more details and the code sample? |
I verified this issue on the stable 3.10.6, the suggestions are visible in release mode tested on Android Google pixel 7.
If anyone is still encountering this issue, Please free to leave a comment and I would love to take a look. |
Since there has been no activity on this issue, I am assuming this is no longer reproducible. Closing as fixed. |
Describe the bug
The bug is suggestions are not displaying on release mode but on debug mode they do.
To Reproduce
Expected behavior
I expect that when clicking the searchField, siggestions are displayed.
Actual behavior
Suggestions are not showing up.
Screenshots
Code sample
The text was updated successfully, but these errors were encountered: