logscope_flutter 0.1.1
logscope_flutter: ^0.1.1 copied to clipboard
In-app debug console with automatic issue-layer classification (Server / Network / Mobile / Auth). Ring-buffer log store, structured HTTP cards, error toasts, Dio interceptor, and a draggable FAB over [...]
0.1.1 #
- Added screenshots to README and pub.dev listing.
- Added
screenshotssection topubspec.yaml.
0.1.0 #
- Initial release of
logscope_flutter. - Logscope — one-stop facade with 2-line integration (
Logscope.init()+Logscope.wrap(child)). - LayerClassifier — automatic issue-layer classification (SERVER / NETWORK / MOBILE / AUTH) based on HTTP status codes, Dio error types, and message pattern matching.
- DebugLogStore — singleton ring-buffer (
LogRingBuffer) with broadcast stream, filter, and export helpers. - AppLogger — static logging methods (
debug,info,warning,error,network,security,navigation,bloc) with automaticdebugPrintin debug mode. - DebugLogInterceptor — Dio
Interceptorthat captures sanitized HTTP request/response data with structured metadata. - LogsFab — draggable floating action button with fullscreen in-app log console, layer badges, structured HTTP cards, error toasts, share/copy/clear.
- DeviceContext — app and device metadata attached to exported log reports.
- Custom classification rules via
Logscope.classifier.addRule(...).