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
I want to export the image file from the current editor content. So I used Screenshot package to capture it. It’s no issue to capture a visible widget. But there is an issue only to capture an invisible widget. I have to capture an invisible widget because my contents are over the screen. The result shows the base64-encoded images to [X] mark.
If I insert images as an url or a local path, no issue for same case. It’s a problem just only for base64 encoded data.
How to Reproduce
Insert an image as the base64 encoded in an editor.
Capture from AppFlowy Editor widget with the current document.
Expected Behavior
Capture image show the same contents with the current editor.
Bug Description
I want to export the image file from the current editor content. So I used Screenshot package to capture it. It’s no issue to capture a visible widget. But there is an issue only to capture an invisible widget. I have to capture an invisible widget because my contents are over the screen. The result shows the base64-encoded images to [X] mark.
If I insert images as an url or a local path, no issue for same case. It’s a problem just only for base64 encoded data.
How to Reproduce
Expected Behavior
Capture image show the same contents with the current editor.
Operating System
iOS, Android
AppFlowy Editor Version(s)
4.0.0
Screenshots
Current AppFlowy Editor Contents
Captured Image
Additional Context
appflowy_editor_widget.dart
save_image_page.dart
The text was updated successfully, but these errors were encountered: