iac_device_info_ext 1.0.1
iac_device_info_ext: ^1.0.1 copied to clipboard
Device information extension for in_app_console package. Display device details and system information in the console.
Device Info Extension for In-App Console #
A Flutter plugin that adds device information display to the in_app_console package. View hardware and system specs directly in your in-app console.
What does it do? #
This extension displays real-time device information including platform, OS version, device model, manufacturer, CPU architecture, and total RAM. Supports Android and iOS.
Screenshot #
Register the extension #
InAppConsole.instance.registerExtension(
IacDeviceInfoExtension(),
);