developer_tools_device_info

Device Info Plus integration for developer_tools. View detailed device information, hardware specs, and copy device info for bug reports from the debug overlay.

Features

  • Device Overview – View all device information organized by category (general, OS, hardware, identifiers).
  • Copy Device Info – Copy all device info to clipboard as formatted text for bug reports.
  • Platform-adaptive display: shows relevant info for Android, iOS, macOS, Linux, Windows, and Web.

Installation

dependencies:
  developer_tools: ^0.0.1
  developer_tools_device_info: ^0.0.1
  device_info_plus: ^12.0.0

Usage

MaterialApp(
  builder: DeveloperTools.builder(
    extensions: const [DeveloperToolsDeviceInfo()],
  ),
);