developer_tools_device_info 0.0.3
developer_tools_device_info: ^0.0.3 copied to clipboard
Device Info Plus integration for developer_tools. View detailed device information, hardware specs, and copy device info for bug reports.
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()],
),
);
Related packages #
- developer_tools – Main Flutter overlay
- developer_tools_core – Core abstractions
- developer_tools_package_info – Package Info Plus integration
- developer_tools_shared_preferences – Shared Preferences integration