iac_statistics_ext 1.0.0 copy "iac_statistics_ext: ^1.0.0" to clipboard
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(),
  );
0
likes
140
points
--
downloads

Publisher

unverified uploader

Log statistics extension for in_app_console package. View real-time log analytics with breakdowns by type and module.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, in_app_console

More

Packages that depend on iac_statistics_ext