However, when obtaining the corresponding data through Dart SDK, the length of the viewing field is intercepted.
Summary
The user is encountering an issue with the Dart SDK where they are unable to retrieve the full string value and it is being truncated. They have attempted to use the print function but it did not solve the issue. The suggestion was made to check the value in the Appwrite console. The user is also asked to provide more details about the attribute. A solution is mentioned to print the value instead of using the debugger.
Drake
Dec 28, 2023, 07:24
Is this your IDE's debugger?
joser
Rank 2: Process
Dec 28, 2023, 07:40
Yes
Drake
Dec 28, 2023, 07:45
The debugger truncates strings. Print it to see the full value
joser
Rank 2: Process
Dec 28, 2023, 08:51
No, I tried printing and it was still truncated.
Drake
Dec 28, 2023, 20:39
what are the details about the attribute?
Drake
Dec 28, 2023, 20:40
what does it look like in the Appwrite Console?
joser
Rank 2: Process
Jan 3, 2024, 00:29
is a string field
joser
Rank 2: Process
Jan 3, 2024, 00:29
At present, I have disassembled the contents.
Drake
Jan 3, 2024, 01:06
no the actual document
Drake
Jan 3, 2024, 01:07
did you actually add a print() line to your code?
joser
Rank 2: Process
Jan 3, 2024, 01:11
Yes I added Print
Drake
Jan 3, 2024, 04:36
Would you please share a screenshot of the print output and the document in the Appwrite console?