build_pipe 0.1.3 copy "build_pipe: ^0.1.3" to clipboard
build_pipe: ^0.1.3 copied to clipboard

Build pipline for Flutter apps for different target platforms

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate build_pipe

Use it

The package has the following executables:

$ build_pipe

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add build_pipe

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

dependencies:
  build_pipe: ^0.1.3

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

Import it

Now in your Dart code, you can use:

import 'package:build_pipe/build_pipe.dart';
7
likes
0
points
1.26k
downloads

Publisher

verified publishervieolo.com

Weekly Downloads

Build pipline for Flutter apps for different target platforms

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

path, yaml

More

Packages that depend on build_pipe