flutter_vault_logger 0.1.2 copy "flutter_vault_logger: ^0.1.2" to clipboard
flutter_vault_logger: ^0.1.2 copied to clipboard

Secure, encrypted on-device crash log storage with export/import and duplicate detection. Drop-in Flutter package.

Changelog #

0.1.2 #

  • Bump minimum SDK to Dart ^3.11.0 and Flutter >=3.41.0 for latest stable compatibility.
  • Bump device_info_plus to ^13.1.0 and package_info_plus to ^10.1.0 for latest plus_plugins compatibility.
  • Pin build_runner and hive_generator dev dependencies; refresh example app platform scaffolding.
  • Add build.yaml so code generation runs only on lib/ (avoids build_runner errors with plugin symlinks on Dart 3.11+).

0.1.1 #

  • Breaking change: CrashLogService.logError now takes named parameters (stackTrace, context, logStackTraceIfNull) instead of optional positional arguments. Migrate calls from logError(e, st, 'label') to logError(e, stackTrace: st, context: 'label').
  • Added logStackTraceIfNull (default true). When set to false, logging is skipped if no stackTrace is provided; when true, entries are still stored and use 'No stack trace' when the trace is omitted.
  • Example app updated for the new logError signature.

0.1.0 #

  • Initial release of flutter_vault_logger.
  • Added encrypted crash log persistence with export/import support.
  • Added report management and duplicate detection helpers.
  • Added a runnable example/ Flutter app demonstrating package usage.
1
likes
160
points
124
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Secure, encrypted on-device crash log storage with export/import and duplicate detection. Drop-in Flutter package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

device_info_plus, encrypt, flutter, hive, hive_flutter, package_info_plus, path_provider, uuid

More

Packages that depend on flutter_vault_logger