iac_export_logs_ext 2.0.1 copy "iac_export_logs_ext: ^2.0.1" to clipboard
iac_export_logs_ext: ^2.0.1 copied to clipboard

Export logs extension for in_app_console package. Save console logs to a file with one tap.

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 two actions to your in-app console:

  • Save as file — writes all console logs to a .txt file via the native file picker dialog
  • Share — shares the log file through the system share sheet

Each export includes timestamps, log levels, module labels, error messages, and stack traces.

Screenshots #

Register the extension #

InAppConsole.instance.registerExtension(
  InAppConsoleExportLogsExtension(),
);
0
likes
140
points
680
downloads

Publisher

unverified uploader

Weekly Downloads

Export logs extension for in_app_console package. Save console logs to a file with one tap.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_file_dialog, in_app_console, path_provider, plugin_platform_interface, share_plus

More

Packages that depend on iac_export_logs_ext

Packages that implement iac_export_logs_ext