Back

How to store rich text like blogs in appwrite

  • 1
  • Flutter
  • Databases
  • Storage
  • Cloud
  • Self Hosted
frankenstein
26 Feb, 2025, 15:13

I want to store rich text like an article in flutter. I've found out flutter_quill is best package for writing rich text but it outputs as a json. How can I store articles in appwrite

TL;DR
To store rich text articles in Appwrite using Flutter, developers can utilize the flutter_quill package to write the articles in JSON format. The recommended approach is to create a string attribute, stringify the JSON data before storing it, and parse it when pulling the data.
Kenny
26 Feb, 2025, 15:32

I think in this instance the best way is to create a string attribute and before storing the JSON data stringify it, then when pulling it parse it.

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more