In this video we'll look at getting user Input with Dart.
To get user input with Dart we need to inport the dart:io library.
Then we can grab string input from a user using stdin.readLineSync(); though there are a few things to keep in mind which I'll discuss in the video.