Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Comment thread
Kislayraj-ai marked this conversation as resolved.
Outdated

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
Comment thread
Kislayraj-ai marked this conversation as resolved.
Outdated

- [Dart.dev](https://dart.dev/guides)

### online resource
Comment thread
Kislayraj-ai marked this conversation as resolved.
Outdated

- [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`
25 changes: 25 additions & 0 deletions dart/installation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## installation

### for windows,minux and mac
Comment thread
Kislayraj-ai marked this conversation as resolved.
Outdated

[dart-sdk](https://dart.dev/get-dart)

### system requirments
Comment thread
Kislayraj-ai marked this conversation as resolved.
Outdated

`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`
Comment thread
Kislayraj-ai marked this conversation as resolved.
Outdated

- 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.