Hey everyone!
I wanted to share a package I’ve been working on called ZeytinLogger.
Traditional console logs are great for debugging in the IDE, but they disappear once the app restarts or goes to the user. If you need to check what happened on a device leading up to a bug, those console logs are gone.
I needed a way to store logs locally, categorize them, and easily query them later (e.g., for sending bug reports or telemetry). ZeytinLogger does exactly this. It’s built on top of ZeytinX (a fast local storage package) to handle data persistence under the hood.
ZeytinLogger (ZeytinX kullanıyor) PubDev: zeytinlogger | Dart package