preview_executor 0.1.0 copy "preview_executor: ^0.1.0" to clipboard
preview_executor: ^0.1.0 copied to clipboard

Execute an ordered list of steps, each of which states what it would do before anything runs — and is held to it. Transport-neutral engine behind CLI plan/apply and HTTP dry-run.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add preview_executor

With Flutter:

 $ flutter pub add preview_executor

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

dependencies:
  preview_executor: ^0.1.0

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:preview_executor/preview_executor.dart';
0
likes
160
points
156
downloads

Documentation

API reference

Publisher

verified publisherccisne.dev

Weekly Downloads

Execute an ordered list of steps, each of which states what it would do before anything runs — and is held to it. Transport-neutral engine behind CLI plan/apply and HTTP dry-run.

Repository (GitHub)
View/report issues

Topics

#dry-run #plan-apply #macss

License

MIT (license)

More

Packages that depend on preview_executor