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..2fb011c --- /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..e8dcabe --- /dev/null +++ b/dart/installation/README.md @@ -0,0 +1,23 @@ +### for windows,linux and macOs + +[dart-sdk](https://dart.dev/get-dart) + +### System Requirements + +`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 macOS` + +- 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.