You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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: