最終更新:2021-11-22 (月) 09:18:28 (879d)  

dart
Top / dart

help

  • A command-line utility for Dart development.
    
    Usage: dart <command|dart-file> [arguments]
    
    Global options:
    -h, --help                 Print this usage information.
    -v, --verbose              Show additional command output.
        --version              Print the Dart SDK version.
        --enable-analytics     Enable analytics.
        --disable-analytics    Disable analytics.
    
    Available commands:
      analyze   Analyze Dart code in a directory.
      compile   Compile Dart to various formats.
      create    Create a new Dart project.
      fix       Apply automated fixes to Dart source code.
      format    Idiomatically format Dart source code.
      migrate   Perform null safety migration on a project.
      pub       Work with packages.
      run       Run a Dart program.
      test      Run tests for a project.
    
    Run "dart help <command>" for more information about a command.
    See https://dart.dev/tools/dart-tool for detailed documentation.
    

Dart/パッケージ