agent_device 0.0.1 copy "agent_device: ^0.0.1" to clipboard
agent_device: ^0.0.1 copied to clipboard

Agent-enabled CLI and library for mobile UI automation, network inspection, and performance diagnostics across iOS and Android. Dart port of the TypeScript agent-device project.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate agent_device

Use it

The package has the following executables:

$ ad
$ agent-device

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add agent_device

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

dependencies:
  agent_device: ^0.0.1

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:agent_device/agent_device.dart';
1
likes
0
points
268
downloads

Publisher

verified publisherroszkowski.dev

Weekly Downloads

Agent-enabled CLI and library for mobile UI automation, network inspection, and performance diagnostics across iOS and Android. Dart port of the TypeScript agent-device project.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, crypto, http, image, meta, path, shelf, shelf_router, xml

More

Packages that depend on agent_device