loghound 0.0.9 copy "loghound: ^0.0.9" to clipboard
loghound: ^0.0.9 copied to clipboard

AI-friendly local log investigation harness for Dart and Flutter: collect structured app logs, store them as JSON Lines, and query the exact slice you need.

example/README.md

loghound examples #

Run a Flutter app and collect hidden events:

dart run loghound:loghound run

For split terminals, keep the collector running and start Flutter normally:

dart run loghound:loghound stay
flutter run

Examples:

Minimal app setup:

import 'package:loghound/loghound.dart';

void main() {
  LogHound.run(
    appId: 'guide-app',
    flavor: 'staging',
    app: () {
      LogHound.action('app.started');
    },
  );
}
0
likes
160
points
72
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

AI-friendly local log investigation harness for Dart and Flutter: collect structured app logs, store them as JSON Lines, and query the exact slice you need.

Repository (GitHub)
View/report issues
Contributing

Topics

#logging #cli #developer-tools #ai

License

MIT (license)

Dependencies

args, dio, vm_service

More

Packages that depend on loghound