iac_statistics_ext 1.0.0
iac_statistics_ext: ^1.0.0 copied to clipboard
Log statistics extension for in_app_console package. View real-time log analytics with breakdowns by type and module.
Log Statistics Extension for In-App Console #
A Flutter plugin that adds log statistics and analytics functionality to the in_app_console package. View comprehensive log analytics and breakdowns directly in your in-app console.
What does it do? #
This extension displays real-time log statistics including total log counts, breakdowns by log type (info, warning, error), and logs grouped by module. It provides instant visibility into your app's logging patterns and helps identify issues quickly.
Screenshots #
Register the extension #
// Register the log statistics extension
InAppConsole.instance.registerExtension(
LogStatisticsExtension(),
);