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(),
  );

Libraries

iac_statistics_ext