question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

👟 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?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:16 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
stnguyen90commented, Aug 6, 2022

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.

3reactions
eldadfuxcommented, Dec 4, 2021

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

I am facing runtime error while running my flutter WebView ...
I am facing runtime error while running on emulator .Code is running smoothly but issue is that dropdown button is not selecting any...
Read more >
Linter rules
Use the Dart linter to identify possible problems in your Dart code. You can use the linter through your IDE or with the...
Read more >
flutter_rust_bridge 1.8.0 | Dart Package
High-level memory-safe binding generator for Flutter/Dart <-> Rust. ... Lightweight: This is not a huge framework that includes everything, so you are free ......
Read more >
CHANGELOG.md
It was made a compile-time error to call the constructor of an abstract class in Dart 2.0. Removed the deprecated CyclicInitializationError . Cyclic ......
Read more >
Flutter Failed to start DevTools: Dart DevTools exited with ...
Delete Flutter cache folder (Not work). I tried to delete the cache folder but it didn't solve the problem. · Update Dart SDK....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found