We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Save a document with images in a cloud, like firebase
When I print the jsonEncoded doc, it's getting printed.
[{"insert":"","attributes":{"embed":{"type":"image","source":"file:///data/user/0/com.app.application/cache/image_picker88212678474236593.jpg"}}},{"insert":"\nText\n\n"}]
How do i save it in the cloud with the images. I mean I use cloud storage for storing images, how do i save it there?. Please help
The text was updated successfully, but these errors were encountered:
Check out #469 or singerdmx/flutter-quill#12
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce
Save a document with images in a cloud, like firebase
When I print the jsonEncoded doc, it's getting printed.
[{"insert":"","attributes":{"embed":{"type":"image","source":"file:///data/user/0/com.app.application/cache/image_picker88212678474236593.jpg"}}},{"insert":"\nText\n\n"}]
How do i save it in the cloud with the images. I mean I use cloud storage for storing images, how do i save it there?. Please help
Logs
The text was updated successfully, but these errors were encountered: