From 09e8848e9659b5420d3406f9ed1a2c5f3a6fcb11 Mon Sep 17 00:00:00 2001 From: jcreach Date: Tue, 26 Oct 2021 10:35:24 +0200 Subject: [PATCH 1/3] Add book "Essential Dart" --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 8f9ac67608f23..9c4206c9071e7 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -613,6 +613,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Dart * [Learning Dart](https://riptutorial.com/Download/dart.pdf) (PDF) +* [Essential Dart](https://www.programming-books.io/essential/dart/) ### DB2 From 252f849d38bcbad8e099d694b86c22cc8cc3c797 Mon Sep 17 00:00:00 2001 From: jcreach Date: Tue, 26 Oct 2021 10:44:35 +0200 Subject: [PATCH 2/3] Fix alphabetical order --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 9c4206c9071e7..c71f57f3881c8 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -612,8 +612,8 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Dart -* [Learning Dart](https://riptutorial.com/Download/dart.pdf) (PDF) * [Essential Dart](https://www.programming-books.io/essential/dart/) +* [Learning Dart](https://riptutorial.com/Download/dart.pdf) (PDF) ### DB2 From 4fbee28e3a32ae175f7b6b2ca5e083d6808c2a2f Mon Sep 17 00:00:00 2001 From: jcreach <57401121+jcreach@users.noreply.github.com> Date: Thu, 28 Oct 2021 18:12:06 +0200 Subject: [PATCH 3/3] Update books/free-programming-books-langs.md Co-authored-by: ImVector <59611597+LuigiImVector@users.noreply.github.com> --- books/free-programming-books-langs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index c71f57f3881c8..9f96fac75ad8f 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -612,8 +612,8 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Dart -* [Essential Dart](https://www.programming-books.io/essential/dart/) -* [Learning Dart](https://riptutorial.com/Download/dart.pdf) (PDF) +* [Essential Dart](https://www.programming-books.io/essential/dart/) - Krzysztof Kowalczyk and StackOverflow Contributors +* [Learning Dart](https://riptutorial.com/Download/dart.pdf) - Compiled from StackOverflow documentation (PDF) ### DB2