Hey I know the use case of this platform is for appwrite and it helps me a lot. but today I wanna ask you a general question related with list object
[{'id': 1, 'name':'flutter', 'title':'dart'},
{'id': 35, 'name':'flutter', 'title':'dart'},
{'id': 93, 'name':'flutter', 'title':'dart'},
{'id': 82, 'name':'flutter', 'title':'dart'},
{'id': 28, 'name':'flutter', 'title':'dart'},
];
I have this list for example, and how can I achieve as below
[{'id': 1, 'name':'flutter'},
{'id': 35, 'name':'flutter'},
{'id': 93, 'name':'flutter'},
{'id': 82, 'name':'flutter'},
{'id': 28, 'name':'flutter'},
];
Remove title key from the list , Any help thanks
Do you want to do this in a specific language?
in dart
Recommended threads
- AppWrite OSS sponsorship
Hello I have applied for AppWrite OSS sponsorship about a month ago. I haven't received any email response so far. Can you you help me please? My email for appl...
- Migration Pending version 1.9.0 self Hos...
I am trying to use the migration feature, my migration has been sitting in a "pending" state for 5 hours now? this is all that is in the "logs" { "$id": "69c...
- Redis exception after failed upgrade
After attempting an Update from 1.8.1 to 1.9.0 where i accidentally typed 1.8.0 I've encountered multiple issues with my appwrite instance all of which resultin...