tree: 7121b1b65d6c560c49322a885684fa453323c08f [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. BUILD.gn
  5. CHANGELOG.md
  6. METADATA.textproto
  7. OWNERS
  8. pubspec.yaml
  9. 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');
}