flutterpi_tools_mac 0.11.1 copy "flutterpi_tools_mac: ^0.11.1" to clipboard
flutterpi_tools_mac: ^0.11.1 copied to clipboard

Flutter 3.44 compatible fork of flutterpi_tool for building and distributing flutter-pi apps.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutterpi_tools_mac

Use it

The package has the following executables:

$ flutterpi_tools_mac

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutterpi_tools_mac

With Flutter:

 $ flutter pub add flutterpi_tools_mac

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  flutterpi_tools_mac: ^0.11.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutterpi_tools_mac/flutterpi_tools_mac.dart';
0
likes
90
points
104
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter 3.44 compatible fork of flutterpi_tool for building and distributing flutter-pi apps.

License

MIT (license)

Dependencies

archive, args, crypto, file, flutter_tools, github, http, meta, package_config, path, process, unified_analytics

More

Packages that depend on flutterpi_tools_mac