fiber_shell 1.0.0
fiber_shell: ^1.0.0 copied to clipboard
Typed shell command builder for Dart and Flutter desktop: CLI tools wrapped as classes, with pipes, chaining and elevation run in Dart instead of through a shell.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fiber_shellWith Flutter:
$ flutter pub add fiber_shellThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fiber_shell: ^1.0.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:fiber_shell/fiber_shell.dart';