Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages