owlscope 0.1.0
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/debugPrintinterception viaZone.HttpPlugin— captures alldart:io HttpClienttraffic (http,dio, custom).ErrorPlugin—FlutterError.onError+PlatformDispatcher.onError+ uncaught zone errors.NavigationPlugin—OwlScopeNavigatorObserverfor 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).kReleaseModeno-op — zero overhead in release builds.- Sensitive data redaction (default keys:
password,authorization,token,cookie,set-cookie,x-api-key,secret).