flutter_logan_pro 1.0.2 copy "flutter_logan_pro: ^1.0.2" to clipboard
flutter_logan_pro: ^1.0.2 copied to clipboard

A high-performance, robust log plugin for Flutter based on Meituan Logan. Fixed truncation and decryption issues.

1.0.2 #

  • Fix: send method blocking issue on iOS.
  • Fix: Parameter type mismatch in iOS native code.
  • Add: Timeout mechanism for log sending (default 10s).
  • Add: Better parameter validation in native plugins.

1.0.1 #

  • Internal improvements and bug fixes.
  • Updated documentation.

1.0.0 #

  • Initial release of flutter_logan_pro.
  • High-performance, encrypted logging for Flutter on both iOS and Android.
  • Core features:
    • init: Initialize the logger with encryption keys.
    • log: Write log messages. Supports pre-initialization queueing.
    • send/sendWithHeaders: Upload logs to a server and await a structured LoganSendResult.
    • flush: Manually flush logs to disk.
    • clearAllLogs: Delete all generated log files.
    • getAllFilesInfo: Get metadata for all local log files.
    • setMaxReversedDate: Configure log file retention policy.
    • setDebug: Enable verbose logging from the underlying native libraries.
1
likes
150
points
30
downloads

Publisher

verified publisherjannix.online

Weekly Downloads

A high-performance, robust log plugin for Flutter based on Meituan Logan. Fixed truncation and decryption issues.

Repository (GitHub)

Topics

#logging #performance #monitoring

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_lifecycle_detector, path_provider, plugin_platform_interface

More

Packages that depend on flutter_logan_pro

Packages that implement flutter_logan_pro