fluttrace 1.0.0
fluttrace: ^1.0.0 copied to clipboard
Production-grade frame timing analytics for Flutter. p50/p95/p99 metrics, jank detection, and a pluggable transport pipeline.
1.0.0 #
- Initial release. Includes:
- Frame Collector for retrieving frame timing data.
- Aggregator to compute p50, p95, p99 metrics.
- Threshold Engine for jank detection.
- Pluggable transport system (
PerfTransport). - Real-time performance HUD overlay (
FluttraceOverlay).