Skip to content

dart

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.

Package Information

  • Domain: dart.dev
  • Name: dart
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install dart

Programs

This package provides the following executable programs:

  • dart
  • dartaotruntime

Available Versions

Show all 40 versions
  • 3.9.1, 3.9.0, 3.8.3, 3.8.2, 3.8.1
  • 3.8.0, 3.7.3, 3.7.2, 3.7.1, 3.7.0
  • 3.6.2, 3.6.1, 3.6.0, 3.5.4, 3.5.3
  • 3.5.2, 3.5.1, 3.5.0, 3.4.4, 3.4.3
  • 3.4.2, 3.4.1, 3.4.0, 3.3.4, 3.3.3
  • 3.3.2, 3.3.1, 3.3.0, 3.2.6, 3.2.5
  • 3.2.4, 3.2.3, 3.2.2, 3.2.1, 3.2.0
  • 3.1.5, 3.1.4, 3.1.3, 3.1.2, 3.1.1

Latest Version: 3.9.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +dart.dev@3.9.1 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.dart

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.