Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -12,6 +15,7 @@
- [PHP](php/)
- [Elixir](elixir/)
- [Javascript](javascript/)
- [Dart](dart/)

### Frameworks and Libraries :rocket:

Expand Down
44 changes: 44 additions & 0 deletions dart/README.md
Original file line number Diff line number Diff line change
@@ -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`
23 changes: 23 additions & 0 deletions dart/installation/README.md
Original file line number Diff line number Diff line change
@@ -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.