tree: 823b6911c549b7873cc2682a889290bcc9180f80 [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. BUILD.gn
  5. CHANGELOG.md
  6. OWNERS
  7. pubspec.yaml
  8. README.md
scripts/fxutils/README.md

An fx utilities library for Fuchsia developers.

Usage

A simple usage example:

import 'package:fxutils/fxutils.dart';

main() async {
  final fx = Fx();
  final rawStatusOutput = await fx.getSubCommandOutput('status');
}