Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Dart

  1. create dart cli project
    dart create -t console-full cli
    
  2. shell interaction lib
  3. add dependency from cli
    dart pub add [--dev] [test]
    
  4. run dart cli dart run