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
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Having issues with login via CLI
``` ~/appwrite î‚° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...