From 5c513eb71c42d3dda6d7a02bbfd8a87fd529a54b Mon Sep 17 00:00:00 2001 From: Alessandro Maclaine Date: Tue, 19 May 2020 20:37:11 -0700 Subject: [PATCH] add Dart 2.0 version add Dart 2.0 version --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 15e188d4c8..a11b273add 100644 --- a/readme.md +++ b/readme.md @@ -60,6 +60,7 @@ Here are some links of people who have done the tutorials, but in a different la * [Bogdan Lazar](https://github.com/tricinel/TypeScript30) all the JavaScript 30 written in [TypeScript](https://www.typescriptlang.org/) * [Will Wager](https://github.com/wwags33/JavaScript30) another [TypeScript](https://www.typescriptlang.org/) implementation! * [marcoSven](https://github.com/marcoSven) solution suggestion for [10 - Hold Shift and Check Checkboxes](https://github.com/marcoSven/JavaScript30/blob/master/10%20-%20Hold%20Shift%20and%20Check%20Checkboxes/index-FINISHED.html) +* [ALMaclaine](https://github.com/almaclaine) Javascript 30 written in [Dart 2.0](https://github.com/ALMaclaine/Dart30). ## A note on Pull Requests