-
Notifications
You must be signed in to change notification settings - Fork 8
added dart #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Kislayraj-ai
wants to merge
8
commits into
ColoredCow:master
Choose a base branch
from
Kislayraj-ai:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
added dart #31
Changes from 1 commit
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
f652c8e
added dart documentation and updated README.md
05cbf4a
Update dart/README.md
Kislayraj-ai 32e0a53
Update dart/README.md
Kislayraj-ai 6781086
Update dart/README.md
Kislayraj-ai 55e0fa4
Update dart/installation/README.md
Kislayraj-ai 07ac179
Update dart/installation/README.md
Kislayraj-ai 6c3e267
Update README.md
Kislayraj-ai 089e5ac
Update README.md
Kislayraj-ai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
Kislayraj-ai marked this conversation as resolved.
Outdated
|
||
|
|
||
| - [Dart.dev](https://dart.dev/guides) | ||
|
|
||
| ### online resource | ||
|
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` | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| ## installation | ||
|
|
||
| ### for windows,minux and mac | ||
|
Kislayraj-ai marked this conversation as resolved.
Outdated
|
||
|
|
||
| [dart-sdk](https://dart.dev/get-dart) | ||
|
|
||
| ### system requirments | ||
|
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` | ||
|
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. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.