fluttersdk_dusk 0.0.1
fluttersdk_dusk: ^0.0.1 copied to clipboard
Flutter E2E driver for LLM agents and CI. 32 CLI commands and 31 MCP tools drive a running app over VM Service extensions; no flutter_test harness needed.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate fluttersdk_duskUse it
The package has the following executables:
$ fluttersdk_dusk
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluttersdk_duskThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluttersdk_dusk: ^0.0.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fluttersdk_dusk/cli.dart';
import 'package:fluttersdk_dusk/dusk.dart';