[Mobile] Base64 images cause stack overflow on release mode. #689
Unanswered
santiagogarcia97
asked this question in
Mobile
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Large base64 images can cause a stack overflow only in release mode, leaving the editor broken.
The problem comes from the regex provided by string_validator to validate base64 strings, more info can be found in this issue flutter/flutter#73929
This can be solved using the regex provided in flutter/flutter#73929 (comment)
Beta Was this translation helpful? Give feedback.
All reactions