ash_logger
A colorful, Postman/Swagger-style debug logger for Flutter — debug prints, API success/error, cURL, and socket in/out logging, fully optional fields, themeable, and safe in release builds.
0.1.0
soft-ash/ash_logger
What this package is like to depend on
Last release 9 days ago
15 Aug 2026
Too new to tell
only 1 dated releases
Nearly every release is documented
notes for 1 of 1 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
1 releases · first in 2026
1 release in the last 12 months
see the full history below
Release timeline
1 releases · Aug 2026 to Aug 2026Releases
latest 1-
0.1.015 Aug 2026Release notes
Open source →- Initial release.
AshLog.debug,AshLog.success,AshLog.error.AshLog.network— fully optional GET/POST/etc. request+response logging.AshLog.curl— standalone cURL command formatter.AshLog.socketOn/AshLog.socketEmit.- Themeable via
AshLogTheme(colors, box width, boxed/minimal style). - In-memory circular-buffer log storage (
AshLogRepositoryis swappable). - Optional
AshLogViewerwidget (vertical/horizontal in-app log list). - No-op in release mode unless explicitly enabled.