Skip to content

flutter.dev

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

Package Information

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

Installation

bash
# Install with launchpad
launchpad install flutter.dev

Programs

This package provides the following executable programs:

  • flutter
  • dart

Available Versions

Show all 55 versions
  • 3.35.2, 3.35.1, 3.35.0, 3.32.8, 3.32.7
  • 3.32.6, 3.32.5, 3.32.4, 3.32.3, 3.32.2
  • 3.32.1, 3.32.0, 3.29.3, 3.29.2, 3.29.1
  • 3.29.0, 3.27.4, 3.27.3, 3.27.2, 3.27.1
  • 3.27.0, 3.24.5, 3.24.4, 3.24.3, 3.24.2
  • 3.24.1, 3.24.0, 3.22.3, 3.22.2, 3.22.1
  • 3.22.0, 3.19.6, 3.19.5, 3.19.4, 3.19.3
  • 3.19.2, 3.19.1, 3.19.0, 3.16.9, 3.16.8
  • 3.16.7, 3.16.6, 3.16.5, 3.16.4, 3.16.3
  • 3.16.2, 3.16.1, 3.16.0, 3.13.9, 3.13.8
  • 3.13.7, 3.13.6, 3.13.5, 3.13.4, 3.13.3

Latest Version: 3.35.2

Install Specific Version

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

Dependencies

This package depends on:

  • git-scm.org
  • tukaani.org/xz
  • gnu.org/which
  • linux:curl.se
  • linux:info-zip.org/zip
  • linux:info-zip.org/unzip

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry['flutter.dev']

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.