appwrite: 🐛 Bug Report: Dart runtime 2.14 does not showing in the dropdown.

👟 Reproduction steps

i wanna create function using dart, but i cant fine dart runtime.

what I have done :

  • pull dart runtime docker pull appwrite/runtime-for-dart:2.14

  • add dart to .env _APP_FUNCTIONS_RUNTIMES=node-16.0,php-8.0,python-3.9,ruby-3.0,java-16.0,dart-2.14 _APP_FUNCTIONS_ENVS=node-16.0,php-7.4,python-3.9,ruby-3.0,java-16.0,dart-2.14

  • run docker compose from this doc docker-compose up -d --remove-orphans

  • and this is what i got Screen Shot 2021-12-01 at 14 52 14

sorry if my english is so bad. thanks.

👍 Expected behavior

can choice dart for create function

👎 Actual Behavior

dart runtime not found.

🎲 Appwrite version

Version 0.11.x

💻 Operating system

MacOS

🧱 Your Environment

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn’t find similar issue

🏢 Have you read the Code of Conduct?

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 1
  • Comments: 18 (7 by maintainers)

Most upvoted comments

Closing as this should be resolved now.

FYI, Appwrite version 0.15.3 uses appwrite/php-runtimes version 0.10.0 and appwrite/php-runtimes version 0.10.0 has support for dart versions 2.12 - 2.17.

@lohanidamodar now with the built-in support, can we list Dart as a default environment?