From 653de86467661af1ee22cfca3c4b92d3a4a3abb4 Mon Sep 17 00:00:00 2001 From: WISNU GINANJAR SAPUTRA <44025097+wisnuwiry@users.noreply.github.com> Date: Tue, 6 Oct 2020 20:49:29 +0700 Subject: [PATCH] Add Playground Reference Site for Dart & Flutter (#3778) * Add Playground Reference Site for Dart & Flutter * fix format * Fix url dartpad.dev format * Fix lint --- free-programming-playgrounds.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/free-programming-playgrounds.md b/free-programming-playgrounds.md index 52bcaa99..4c35c901 100644 --- a/free-programming-playgrounds.md +++ b/free-programming-playgrounds.md @@ -4,8 +4,10 @@ * [ClojureScript](#clojurescript) * [Crystal](#crystal) * [CSS](#css) +* [Dart](#dart) * [Docker](#docker) * [Elm](#elm) +* [Flutter](#flutter) * [Go](#go) * [Haskell](#haskell) * [Ionic](#ionic) @@ -56,6 +58,11 @@ * [Flexy Boxes](http://the-echoplex.net/flexyboxes/) +### Dart + +* [DartPad](https://dartpad.dev) + + ### Docker * [Katakoda](https://www.katacoda.com/courses/docker/playground) @@ -67,6 +74,11 @@ * [Ellie](https://ellie-app.com) +### Flutter + +* [Codepen](https://codepen.io/topic/flutter/templates) + + ### Go * [Go Playground](https://play.golang.org)