Skip to content

dart.dev

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

Package Information

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

Installation

bash
# Install with launchpad
launchpad install +dart.dev -- $SHELL -i

Programs

This package provides the following executable programs:

  • dart
  • dartaotruntime

Aliases

This package can also be accessed using these aliases:

  • dart

Available Versions

Show all 36 versions
  • 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.8.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.dartdev

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.