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