df_log 0.6.0
df_log: ^0.6.0 copied to clipboard
A package that provides logging utilities for better debugging.
Changelog #
0.6.0 #
- Add
BootAudit— a persistent boot-by-boot diagnostic trail that survives app restarts and lets you read events from earlier runs in devtools. - Add
BootAuditStorageinterface, with bundledInMemoryBootAuditStorage(default, tests/non-web) andLocalStorageBootAuditStorage(browserlocalStorageon web; no-op stub elsewhere, selected at compile time viadart.library.js_interop). - Add
web: ^1.1.0dependency for the localStorage backend (only resolved on web builds).
0.5.1 #
- update
0.5.0 #
- Bump
df_safer_dartconstraint to^0.21.0.
[0.5.0] #
- Bump
df_safer_dartconstraint to^0.20.0(was^0.17.8); downstream pins on^0.17.xwill need updating.
0.4.0 #
- Released @ 5/2026 (UTC)
- Add Google analytics support