Device Diagnostic Tool is your all-in-one solution for testing and analyzing your smartphone’s hardware components.
Easily run tests for multi-touch, camera, buttons, vibration, battery, and more — all in one clean, easy-to-use app.
📦 Now available on Amazon Appstore → Download Here
- ✅ Multi-touch test — check your screen touch sensitivity
- ✅ Front/Rear camera test — make sure your camera is working fine
- ✅ Vibration test — ensure your phone’s vibration motor is responsive
- ✅ Button test — test volume & power buttons
- ✅ Battery status — monitor battery health & usage
- ✅ Device info — get CPU, memory, and storage details
![]() |
![]() |
|---|---|
| Screenshot 1 | Screenshot 2 |
- Flutter — Cross-platform UI toolkit
- Dart — Programming language
- Native APIs — for hardware detection & diagnostics
# Clone the repository
git clone https://github.com/yourusername/device_diagnostic_tool.git
# Go to project directory
cd device_diagnostic_tool
# Install dependencies
flutter pub get
# Run on a connected device
flutter run
