model for my api
service for my api
demo api and model
Error in terminal Error: XMLHttpRequest error.
@Core @Moderator
Please don't tag core or moderator support since it can be very disruptive. It's best to wait for a reply
How is this related to Appwrite?
I am very sorry for pinging
It is related to flutter. As I selected that tag.
Since this is an Appwrite (https://appwrite.io/) discord server, for general flutter questions, you might find more help in a Flutter discord server (https://flutter.dev/community#community-grid).
looking at this, though, I can't even tell if your API is set up properly
I copied that from Google. And it worked fine
Lemme ask there too
Thanks for the info
[CLOSED] Unable to fetch data from json api (but working with demo)
yo
not closed
Unable to fetch data from json api (but working with demo)
I'm closing this because it would be best to get help elsewhere since this is an Appwrite discord server and your question is unrelated to Appwrite
I highly suggest you look online for tutorials on how to build a rest API using Dart
ok
[CLOSED] Unable to fetch data from json api (but working with demo)
Recommended threads
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- 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...