-
Notifications
You must be signed in to change notification settings - Fork 211
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
1.1.16 cannot show emojis #176
Comments
Any fix here ? Really need that 1.1.16 cause working with both dash_chat and flutter_parsed_text 2.2, 1.1.15 need flutter_parsed_text 1.1 which not work with my current code. |
@fayeed Any updates on this? |
Bump. I was planning on making my own chat interface anyways but having one that works in the meantime would be nice. @Johan-glitch1412 the fix you mentioned doesn't work for me. |
Took me a while to figure this out. Use a custom text builder, something as below:
The default builder took regexOptions with unicode = false causing the error. |
1.1.16 break emojis. If you try to load a message with an emoji, you get this error:
invalid argument(s) string is not well-formed utf-16
Rolling back to 1.1.15 fixes the problem. With this configuration:
dependencies:
dash_chat: 1.1.15
dependency_overrides:
intl: ^0.17.0
uuid: ^3.0.0
The text was updated successfully, but these errors were encountered: