Dart - Command line arguments and user keyboard input

Published: 11 March 2022
on channel: Multilingual Programming
109
like

Video Chapters (table of content with clickable links into a specific part of the video)
00:00 Introduction about the video content
00:40 Prerequisites (you should have some programming skills in at least some language)
01:03 Command prompt (showing the Dart and Flutter versions, creates new directory, starts Visual Studio Code)
01:44 Creates a file with a "Hello World" program
02:12 Executes the "Hello World" program from the command prompt
02:22 Replaces the implementation with code receiving arguments from the command line and the keyboard
05:18 Executes the updated program

Please note that you can choose to show english subtitles for the videos.

Currently (when this video was published) there are not many videos in the below playlists but please remember to subscribe to this channel if you think you are interested in future videos which will become added to the play lists.

Playlists for "Program arguments from command line and keyboard input" for different programming languages:
Playlist for the videos with english voice and english subtitles:
   • Program arguments from command line a...  
Playlist for the videos with swedish voice and swedish subtitles:
   • Program argument från kommandoraden o...  

Dart playlist (english):
   • Dart - Command line arguments and use...  
Dart playlist (swedish):
   • Dart - Program argument från kommando...  


Dart
https://dart.dev

Flutter
https://flutter.dev

Visual Studio Code (cross-platform editor):
https://code.visualstudio.com/download


Dart documentation relevant for the content of this video:

Dart main function with String List arguments
https://dart.dev/guides/language/lang...

stdin top-level property
https://api.dart.dev/stable/2.15.1/da...

Method 'Stdin.readLineSync'
https://api.dart.dev/stable/2.15.1/da...

stdout top-level property
https://api.dart.dev/stable/2.15.1/da...

Method 'Stdout.write'
https://api.dart.dev/stable/2.15.1/da...

Method 'Stdout.writeln'
https://api.dart.dev/stable/2.15.1/da...

Dart 'for loops'
https://dart.dev/guides/language/lang...

String interpolation
https://dart.dev/codelabs/dart-cheats...

Keyword 'var'
https://dart.dev/guides/language/lang...

Keyword 'final'
https://dart.dev/guides/language/lang...


Watch video Dart - Command line arguments and user keyboard input online without registration, duration hours minute second in high quality. This video was added by user Multilingual Programming 11 March 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 109 once and liked it like people.