preview_executor 0.1.0
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_executorWith Flutter:
$ flutter pub add preview_executorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
preview_executor: ^0.1.0Alternatively, 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';