What is Dart?
Dart is a client-optimized programming language for apps on multiple platforms.
Dart History
First Dart 1.0 was released on November 14th, 2013.
Dart supported for
- mobile
- web
- desktop
- server
Main Function:
void main() {
print ('hello');
}
COMMENTS
// Single-line comment.
/*
Multi-line comment.
*/
Video Link: