tree: b5d79506934841dfea225f772683742204f55390 [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. analysis_options.yaml
  5. BUILD.gn
  6. CHANGELOG.md
  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');
}