
I want to build a transaction UI in my flutter app and need to build it via a list of transactions and each transaction has list of data in it.

Sorry can you provide some more details?

Each transaction is a document in appwrite database and each documents has at least 7 attributes.
I just hope I provided enough details
@Steven

ok and?

I want to build a UI from it's results, though I was able to only get first 25, followed the appwrite pagination guide and wasn't able to get next 25 documents

So what's your code for the pagination and what's going wrong?

I copied and paste the example code in documentation, but wasn't getting the next 25 documents

Please share your code and the output
Recommended threads
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- 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...
