tree: 57353825617cab5c1d21a42163d6a9d873a63a15 [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');
}