REPL for dartlang

后端 未结 4 1732
独厮守ぢ
独厮守ぢ 2021-01-07 19:29

Is there a REPL for Dart to experiment with?

I tried inputing dart code in devtools in Dartium and that also didn\'t work.

So I couldn\'t find an easy way t

4条回答
  •  失恋的感觉
    2021-01-07 19:36

    The correct answer is https://dartpad.dev/

    That site didn't exist when the other answers were posted in 2013, but you've stumbled on this post after 2020. And now you know. https://dartpad.dev allows you to create and share new Dart snippets and even put them in a Flutter app running online. Very, very cool!

提交回复
热议问题