
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
- Gradle build error while use appwrite wi...
I am integrating appwrite15.0.0 in Flutter 3.22 and the following error occurs while running Android: ``` shell Launching lib\main.dart on sdk gphone64 x86 64 i...
- 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...
- How many functions can I run simultaneou...
I want to konw, how many functions can I can simultaneously in appwrite cloud? I want to make a chat app where user sends text and text is processed using funct...
