Export Logs Extension for In-App Console

A Flutter plugin that adds log export functionality to the in_app_console package. Export your app logs to a file with just one tap.

What does it do?

This extension adds an "Export Logs" button to your in-app console that lets you save all console logs to a text file

Screenshots

Register the extension

  // Register the export logs extension
  InAppConsole.instance.registerExtension(
    InAppConsoleExportLogsExtension(),
  );