An open API service indexing awesome lists of open source software.

https://github.com/hacker1024/adb_tools.dart

A Dart package providing tools for working with Android devices via ADB.
https://github.com/hacker1024/adb_tools.dart

Last synced: 9 months ago
JSON representation

A Dart package providing tools for working with Android devices via ADB.

Awesome Lists containing this project

README

          

# ADB Tools for Dart
A package providing tools for working with Android devices via ADB.

## Features
### Current
- [x] Platform tools installation
- [x] macOS
- [x] Windows
- [x] Linux

### Planned
- [ ] File browsing
- [ ] Setting management
- [ ] Status retrieval (battery, temperature, etc.)
- [ ] TWRP scripting

## Usage
This package is still in-development; documentation will be improved with time.
For now, please refer to the API documentation.