developer_tools_device_info 0.0.3 copy "developer_tools_device_info: ^0.0.3" to clipboard
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()],
  ),
);
0
likes
150
points
232
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues

Topics

#development #debug #tools #device-info #flutter

Documentation

API reference

License

MIT (license)

Dependencies

developer_tools_core, device_info_plus, flutter

More

Packages that depend on developer_tools_device_info