pp_tool 1.0.4 copy "pp_tool: ^1.0.4" to clipboard
pp_tool: ^1.0.4 copied to clipboard

Automatically and quickly generate custom templates for Flutter projects.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pp_tool

Use it

The package has the following executables:

$ ptool

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pp_tool

With Flutter:

 $ flutter pub add pp_tool

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

dependencies:
  pp_tool: ^1.0.4

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:pp_tool/pp_tool.dart';
0
likes
140
points
64
downloads

Publisher

verified publisherppsw.asia

Weekly Downloads

Automatically and quickly generate custom templates for Flutter projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, args, path

More

Packages that depend on pp_tool