fluttium_cli 0.1.0-dev.12 copy "fluttium_cli: ^0.1.0-dev.12" to clipboard
fluttium_cli: ^0.1.0-dev.12 copied to clipboard

outdated

The CLI for Fluttium, a user flow testing framework for Flutter

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fluttium_cli

Use it

The package has the following executables:

$ fluttium

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fluttium_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  fluttium_cli: ^0.1.0-dev.12

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fluttium_cli/fluttium_cli.dart';
21
likes
0
points
282
downloads

Publisher

verified publisherfluttium.dev

Weekly Downloads

The CLI for Fluttium, a user flow testing framework for Flutter

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, collection, fluttium_flow, fluttium_runner, mason, meta, path, process, pub_updater, watcher, yaml

More

Packages that depend on fluttium_cli