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 dartPrograms
This package provides the following executable programs:
dartdartaotruntime
Available Versions
Show all 41 versions
3.9.2,3.9.1,3.9.0,3.8.3,3.8.23.8.1,3.8.0,3.7.3,3.7.2,3.7.13.7.0,3.6.2,3.6.1,3.6.0,3.5.43.5.3,3.5.2,3.5.1,3.5.0,3.4.43.4.3,3.4.2,3.4.1,3.4.0,3.3.43.3.3,3.3.2,3.3.1,3.3.0,3.2.63.2.5,3.2.4,3.2.3,3.2.2,3.2.13.2.0,3.1.5,3.1.4,3.1.3,3.1.23.1.1
Latest Version: 3.9.2
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +dart.dev@3.9.2 -- $SHELL -iUsage 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(', ')}`)Links
This documentation was auto-generated from package data.