agent_device 0.0.5 copy "agent_device: ^0.0.5" to clipboard
agent_device: ^0.0.5 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

With Flutter:

 $ flutter 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.5

Alternatively, your editor might support dart pub get or flutter 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
140
points
211
downloads

Documentation

API reference

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

MIT (license)

Dependencies

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

More

Packages that depend on agent_device