
My data text
{\"flutter\":\"0d666fe80a4d558ce1bf5bcee57c5c47433911df\",\"unity\":{\"cache\":\"6c5fc10b555800648f714e3c776ddb222e9b29c5\",\"log\":\"6c5fc10b555800648f714e3c776ddb222e9b29c5\"}}
However, when obtaining the corresponding data through Dart SDK, the length of the viewing field is intercepted.

Is this your IDE's debugger?

Yes

The debugger truncates strings. Print it to see the full value

No, I tried printing and it was still truncated.

what are the details about the attribute?

what does it look like in the Appwrite Console?

is a string field

At present, I have disassembled the contents.

no the actual document

did you actually add a print()
line to your code?

Yes I added Print

Would you please share a screenshot of the print output and the document in the Appwrite console?
Recommended threads
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
- easiest way to ban an IP from appwrite
for example, lets say that i have an app where people can post cars, and someone is constantly spamming my app with trucks, is there a way to ban that user IP s...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
