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
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...