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.
- Host: GitHub
- URL: https://github.com/hacker1024/adb_tools.dart
- Owner: hacker1024
- Created: 2021-11-12T07:50:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T07:50:35.000Z (over 4 years ago)
- Last Synced: 2025-05-18T00:06:40.722Z (about 1 year ago)
- Language: Dart
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.