tree: 888a97eaac15b61f341914ca9b0b758de14d9ce3 [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');
}