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

Automatic debug logging for Flutter apps. Zero-setup capture of HTTP, platform channels, pointer events, keyboard, navigation, lifecycle, errors, and more.

1.0.2 #

  • Added LoggingImageCache for automatic image cache logging (hits, misses, evictions, clears, load failures)
  • Updated and refined documentation (README, AI guide, developer documentation, parsing guide)

1.0.1 #

  • Fixed static analysis error: Added base modifier to LoggingIOOverrides for Dart 3.x compatibility
  • Fixed LICENSE file to use correct standard MIT license text
  • Added example file for pub.dev documentation requirement
  • Updated talker dependency to ^5.0.0
  • Updated leak_tracker dependency to ^11.0.0

1.0.0 #

  • Initial release
  • Automatic logging for HTTP, file operations, timers, errors, and print statements
  • Flutter-specific logging: navigation, lifecycle, pointer events, keyboard, frame drops, memory, platform channels
  • User trail tracking with hash for deduplication
  • Loading monitor with stuck operation detection
  • Correlation IDs for request tracing
  • 9 custom exception types (NetworkException, ValidationException, NotFoundException, StateException, AppTimeoutException, PermissionException, AuthenticationException, StorageException, ParseException)
  • 9 validation utilities (notNull, notEmpty, listNotEmpty, positive, nonNegative, inRange, percentage, email, isTrue)
  • SafeDisposalMixin for automatic resource cleanup
  • Integration helpers for BLoC, Riverpod, Dio, Drift SQL, gRPC, WebSocket, SharedPreferences, Hive
  • Cross-platform WebSocket logging
  • Performance monitoring (frame timing, memory tracking)
1
likes
0
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

Automatic debug logging for Flutter apps. Zero-setup capture of HTTP, platform channels, pointer events, keyboard, navigation, lifecycle, errors, and more.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

drift, flutter, leak_tracker, meta, talker, uuid, web_socket_channel

More

Packages that depend on auto_logger