From f652c8e9bf3d1109f66b17c8d7ed7e43874c0ef3 Mon Sep 17 00:00:00 2001 From: kislayraj-ai Date: Thu, 7 Apr 2022 23:58:04 +0530 Subject: [PATCH 1/8] added dart documentation and updated README.md --- README.md | 6 ++++- dart/README.md | 44 +++++++++++++++++++++++++++++++++++++ dart/installation/README.md | 25 +++++++++++++++++++++ 3 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 dart/README.md create mode 100644 dart/installation/README.md diff --git a/README.md b/README.md index 8eb6e2e..d603898 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Resources -:wave: Welcome to ColoredCow resources! This repository contains the best practices, tools & technologies, and processes we follow in ColoredCow. Look further below to find the area you are learning and check out the our recommendations. +:wave: Welcome to ColoredCow resources! This repository contains the best +practices, tools & technologies, and processes we follow in ColoredCow. Look +further below to find the area you are learning and check out the our +recommendations. ### General :star2: @@ -12,6 +15,7 @@ - [PHP](php/) - [Elixir](elixir/) - [Javascript](javascript/) +- [Dart](dart/) ### Frameworks and Libraries :rocket: diff --git a/dart/README.md b/dart/README.md new file mode 100644 index 0000000..db7f2cc --- /dev/null +++ b/dart/README.md @@ -0,0 +1,44 @@ +# DART + +Dart is an open-source general-purpose programming language and was developed by +google . + +This document provides some of the important resources you will need to learn +dart. This covers from basic to advance topics of dart. + +## Prerequisites + +- Need some basic knowledge or concepts of Programming(not mandatory). + +- Install dark sdk in your local machine and set the Environment variable. + +### official documentation + +- [Dart.dev](https://dart.dev/guides) + +### online resource + +- [Dart Getting Started](https://www.javatpoint.com/dart-first-program). This + takes you from basic topics to some advance concepts . + +### online video lecture + +` lecture in hindi` + +- [Dart in one Video](https://www.youtube.com/watch?v=R2sRhDq7qKk&t=8s). + +` lecture in english` + +- [Dart Course](https://www.youtube.com/watch?v=F3JuuYuOUK4). + +### exercises + +- [Dart Exercism](https://exercism.org/tracks/dart). Join the dart track , solve + the exercises and upload your solution . To work locally follow the + documentation + [click here](https://exercism.org/docs/using/solving-exercises/working-locally) + 👈 . + +### additional + +`More resources to be added` diff --git a/dart/installation/README.md b/dart/installation/README.md new file mode 100644 index 0000000..7788c57 --- /dev/null +++ b/dart/installation/README.md @@ -0,0 +1,25 @@ +## installation + +### for windows,minux and mac + +[dart-sdk](https://dart.dev/get-dart) + +### system requirments + +`for windows` + +- Supported versions: Windows 10. +- Supported architectures: x64, ia32. + +`for linux` + +- Supported versions: Debian stable and Ubuntu LTS under standard support. +- Supported architectures: x64, ia32, arm, arm64. + +`for mac` + +- Supported versions: Latest three major versions. As of November 2021, the + following versions are supported:macOS 10.15 (Catalina) macOS 11 (Big Sur) + macOS 12 (Monterey) + +- Supported architectures: x64, arm64. From 05cbf4adf7a678ef04ac32b66e2c1c76bf45179c Mon Sep 17 00:00:00 2001 From: Kislay Raj <68383933+Kislayraj-ai@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:32:22 +0530 Subject: [PATCH 2/8] Update dart/README.md Co-authored-by: Vaibhav Rathore --- dart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/README.md b/dart/README.md index db7f2cc..2c95be2 100644 --- a/dart/README.md +++ b/dart/README.md @@ -16,7 +16,7 @@ dart. This covers from basic to advance topics of dart. - [Dart.dev](https://dart.dev/guides) -### online resource +### Online resource - [Dart Getting Started](https://www.javatpoint.com/dart-first-program). This takes you from basic topics to some advance concepts . From 32e0a536949f25dfa1fcf43d3775cf30fc944b86 Mon Sep 17 00:00:00 2001 From: Kislay Raj <68383933+Kislayraj-ai@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:49:40 +0530 Subject: [PATCH 3/8] Update dart/README.md Co-authored-by: Vaibhav Rathore --- dart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/README.md b/dart/README.md index 2c95be2..690805c 100644 --- a/dart/README.md +++ b/dart/README.md @@ -12,7 +12,7 @@ dart. This covers from basic to advance topics of dart. - Install dark sdk in your local machine and set the Environment variable. -### official documentation +### Official documentation - [Dart.dev](https://dart.dev/guides) From 678108606ab20b7144aeb7d0e9e267acf6d42de7 Mon Sep 17 00:00:00 2001 From: Kislay Raj <68383933+Kislayraj-ai@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:49:47 +0530 Subject: [PATCH 4/8] Update dart/README.md Co-authored-by: Vaibhav Rathore --- dart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/README.md b/dart/README.md index 690805c..2fb011c 100644 --- a/dart/README.md +++ b/dart/README.md @@ -1,4 +1,4 @@ -# DART +# Dart Dart is an open-source general-purpose programming language and was developed by google . From 55e0fa406229c198c75cc9feb0ae279c0143e4a3 Mon Sep 17 00:00:00 2001 From: Kislay Raj <68383933+Kislayraj-ai@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:49:51 +0530 Subject: [PATCH 5/8] Update dart/installation/README.md Co-authored-by: Vaibhav Rathore --- dart/installation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/installation/README.md b/dart/installation/README.md index 7788c57..162cdab 100644 --- a/dart/installation/README.md +++ b/dart/installation/README.md @@ -16,7 +16,7 @@ - Supported versions: Debian stable and Ubuntu LTS under standard support. - Supported architectures: x64, ia32, arm, arm64. -`for mac` +`for macOS` - Supported versions: Latest three major versions. As of November 2021, the following versions are supported:macOS 10.15 (Catalina) macOS 11 (Big Sur) From 07ac179de506d13b12ce7b9e914d319a1563c69a Mon Sep 17 00:00:00 2001 From: Kislay Raj <68383933+Kislayraj-ai@users.noreply.github.com> Date: Thu, 14 Apr 2022 13:49:58 +0530 Subject: [PATCH 6/8] Update dart/installation/README.md Co-authored-by: Vaibhav Rathore --- dart/installation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/installation/README.md b/dart/installation/README.md index 162cdab..6597607 100644 --- a/dart/installation/README.md +++ b/dart/installation/README.md @@ -4,7 +4,7 @@ [dart-sdk](https://dart.dev/get-dart) -### system requirments +### System Requirements `for windows` From 6c3e267d16c8375ccd50a8a6bf95904c6d733e3c Mon Sep 17 00:00:00 2001 From: Kislay Raj <68383933+Kislayraj-ai@users.noreply.github.com> Date: Thu, 14 Apr 2022 14:01:41 +0530 Subject: [PATCH 7/8] Update README.md --- dart/installation/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dart/installation/README.md b/dart/installation/README.md index 6597607..e0cf4c5 100644 --- a/dart/installation/README.md +++ b/dart/installation/README.md @@ -1,6 +1,4 @@ -## installation - -### for windows,minux and mac +### for windows,minux and macOs [dart-sdk](https://dart.dev/get-dart) From 089e5ac8e960447b0a184703e59a73a28848abed Mon Sep 17 00:00:00 2001 From: Kislay Raj <68383933+Kislayraj-ai@users.noreply.github.com> Date: Thu, 14 Apr 2022 14:02:35 +0530 Subject: [PATCH 8/8] Update README.md --- dart/installation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dart/installation/README.md b/dart/installation/README.md index e0cf4c5..e8dcabe 100644 --- a/dart/installation/README.md +++ b/dart/installation/README.md @@ -1,4 +1,4 @@ -### for windows,minux and macOs +### for windows,linux and macOs [dart-sdk](https://dart.dev/get-dart)