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