performance_guard 1.0.1
performance_guard: ^1.0.1 copied to clipboard
Production-grade Flutter plugin for detecting ANRs, UI freezes, and performance issues
1.0.1 #
- Updated repository and homepage URLs
- Added topics for pub.dev discoverability
1.0.0 #
- Initial release
- Android ANR detection using Looper watchdog
- iOS RunLoop stall detection
- Frame drop monitoring on Android via Choreographer
- Configurable freeze thresholds
- Stack trace capture support
- Stream-based event API
- Production-ready with minimal performance overhead