flutterpi_tools_mac 0.11.2
flutterpi_tools_mac: ^0.11.2 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_macUse 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_macWith Flutter:
$ flutter pub add flutterpi_tools_macThis 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.2Alternatively, 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';