Lesson 8: What is Dart?

Dart is the programming language used by Flutter.


void main() {
  print('Hello Dart');
}
    
Previous Next Lesson