all ChatGPT packages need new dart version . thanks !
TL;DR
The user wants to add Dart 2.19 to Functions. It appears that the user is using appwrite installed locally or on their own server and may be able to change the Dart version from variables. However, the current version that can be updated to is Dart 2.17, not 2.19. The user mentions an issue on GitHub and states that all ChatGPT packages need the new Dart version.Sorry I meant an issue on GitHub
...ok
Any updates?
In the case of cloud, you will need to wait, but if you're using appwrite installed locally or in your own server, maybe changing dart version from variables could work (note it can be updated up to dart-2.17, and not 2.19):
Recommended threads
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?