-
Notifications
You must be signed in to change notification settings - Fork 127
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
[Bug] GoogleFonts.noToColorEmoji performance issue #205
Comments
@efalco777 I'm sorry for the performance issues you see with the custom font. I followed the discussion on |
@efalco777 Flutter just had an update to version 3.24.0 and as we can see in the post here they mention it that they now improved the impeller for better emoji rendering. I recommend you to test it, maybe this issue is resolved now. |
I tested it with |
Adding the controller to the emoji picker completely freezes the app as soon as i open it (web). Is it related? |
How to reproduce:
Expected:
App runs same as with other fonts
Actual:
App freezes on scroll, changing emoji tab, emoji picking etc. everythin that may update the sheet causes it to freeze up.
Issue might be related to debug asserts. This functionality is untestable on debug mode.
Seems to run ok on profile modenevermind it also lags, seems to be unrelated to google fonts as i've imported font manually it also simply makes the app unresponsive.The text was updated successfully, but these errors were encountered: