How do I use dart for cloud functions am seeing just php, python, node and ruby
I'm more fluent in dart
Enabling Function Runtimes
Okay
Will appwrite automatically update runtime when dart releases new version?
No
Ouch, I need to just change the runtime version and it will update?
You would need to upgrade Appwrite, enable the new runtime, and deploy a new function with that new runtime
Okay I'll search for the command used for appwrite upgrade
I'm currently studying the env file on docs
This is assuming we've added support for that runtime in the newer version of Appwrite
Ok. What's the upgrade command
Or better still, I'll search it so as not to bother you
Recommended threads
- Hey everyone! I'm trying to self-host th...
Hey everyone! I'm trying to self-host the latest Appwrite version (1.8.1) on Coolify. Which docker-compose.yml file should I use from their repo? Can someone he...
- Weird CLI error
I'm a little lost ``` appwrite init project --organization-id my_actual_organiztion_id --project-name "test" --project-id "unique_id" ā¹ Info: For detailed erro...
- Appwrite Python SDK Keeps returning the ...
So I have a couple services, one is a scheduling engine responsible for fetching data from a database and launching a containerized micro service to process tha...