First of all, when asking for help, try to provide as much context as you can. If someone were to help, the next thing they would ask is "what's the code?" so it's best to save time and just share it to start with.
Secondly, is this related to Appwrite? If not, it's probably best to ask in a Flutter discord server (https://flutter.dev/community#community-grid).
Hi
yes it is related to appwrite
as I have built the app using appwrite and the bug is related to fetching the data
Then, share your code and any errors you're seeing
this is not an error
the problem is, when I like a post. I am unable to show it on the UI
Please be mindful of other people's time and point to specific code rather than forcing people to dig through your entire codebase
Yes, sure. i would show instantly what is wrong.
I just cant explain the phenomemom that is happening
phenomenon
try 😉 it's a good skill to practice.
Also, video demos/recordings are helpful
sure thing noted, will be mindfull onwards
thanks
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...