owlscope 0.1.0 copy "owlscope: ^0.1.0" to clipboard
owlscope: ^0.1.0 copied to clipboard

Real-time debug & monitoring SDK for Flutter — forwards print, errors, HTTP traffic, navigation and performance events to the OwlScope desktop app over WebSocket.

0.1.0 #

  • Initial release.
  • owlscopeAuto(() => runApp(...)) zero-config entry — installs all default plugins.
  • OwlScope.configure(...) for fine-grained control.
  • Plugins:
    • print / debugPrint interception via Zone.
    • HttpPlugin — captures all dart:io HttpClient traffic (http, dio, custom).
    • ErrorPluginFlutterError.onError + PlatformDispatcher.onError + uncaught zone errors.
    • NavigationPluginOwlScopeNavigatorObserver for route push/pop.
    • PerformancePlugin — frame timings (avgBuild, avgRaster, slowFrames per second).
  • Manual emit API: log, info, warn, debug, error, event.
  • dart run owlscope:setup / :teardown — idempotent platform config patcher (macOS network entitlement, iOS ATS local exception, Android cleartext debug).
  • kReleaseMode no-op — zero overhead in release builds.
  • Sensitive data redaction (default keys: password, authorization, token, cookie, set-cookie, x-api-key, secret).
0
likes
0
points
287
downloads

Publisher

unverified uploader

Weekly Downloads

Real-time debug & monitoring SDK for Flutter — forwards print, errors, HTTP traffic, navigation and performance events to the OwlScope desktop app over WebSocket.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, web_socket_channel

More

Packages that depend on owlscope