
Released Emitrace v1.1.0 — Been working on a Flutter debugging toolkit recently because I kept running into the same problem:
Most bug reports from QA/users are still basically:
“app crashed” 😅
…without enough context to reproduce issues quickly.
So I started building a lightweight in-app debugging workflow around:
- route tracking
- logs
- network calls
- screenshots
- event timeline
- report generation
Latest update added:
- route observer support
- manual APIs for events/actions/errors
- better timeline tracking
- improved report export
One thing I’m trying hard to avoid is turning it into over-engineered “enterprise architecture” too early.
Current goal is mainly:
- better debugging workflow
- easier issue reproduction
- lightweight integration for Flutter apps
Curious what other Flutter devs are currently using for:
- production debugging
- QA workflows
- user issue reproduction
- session tracking
And what’s the most annoying part of debugging Flutter issues for you right now?
🔗 GitHub: https://github.com/RITIKKUMAWAT009/emitrace
🔗 pub.dev: https://pub.dev/packages/emitrace