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
- Relationship Attributes not returned in ...
REST Calls to my database do not return the values of Relationship Attributes in a document, which has caused several functionalities in my application to break...
- Cannot create sites using Flutter framew...
Cannot goto next step, it shows error "missing buildRuntime". I need to select "other" framework then deploys fail, go back to site settings and change "other" ...
- Increase the Limit for Querying Nested R...
I ran into problem when I upgrade my Appwrite self-hosted from 1.7.4 to 1.8.0. When I query election.position.candidates.votes, it doesn’t return any data. I fo...