adb_dart 1.2.0 copy "adb_dart: ^1.2.0" to clipboard
adb_dart: ^1.2.0 copied to clipboard

A lightweight Dart client for interacting with Android devices through ADB (Android Debug Bridge). List devices, install APKs, read logcat, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add adb_dart

With Flutter:

 $ flutter pub add adb_dart

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

dependencies:
  adb_dart: ^1.2.0

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:adb_dart/adb_dart.dart';
4
likes
160
points
144
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Dart client for interacting with Android devices through ADB (Android Debug Bridge). List devices, install APKs, read logcat, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on adb_dart