Skip to content

devkishor8007/dart_concept_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart 2021

Dart is a platform-independent language and supports all operating systems such as Windows, Mac, Linux It is an open-source language, which means it available free for everyone. It comes with a BSD license and recognized by the ECMA standard

Dart provides an online editor which is known as DartPad available at https://dartpad.dartlang.org/

Basic Example of Using Dart

// print Hello World
void main() { 
   print("Hello World!"); 
}

Execute a Dart Program via the terminal

dart file_name.dart

About

Learning the concept of Dart from Basic to Advanced

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages