Replies: 1 comment 1 reply
-
Just found a way, you can do it customize the ImageButton like this
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using this package as a text editor, there user can write both text and image as well, then I produce result to Html code. There I am getting html img attribute data is picked file path. Likes
<img src="/data/user/0/com.example.app/app_flutter/image_picker6905649150262524545.jpg" alt="" />
I want to replace base64 string instead of file path, is there any way to achieve my issues.
Thanks you.
Beta Was this translation helpful? Give feedback.
All reactions