flutter_performance_optimizer 1.0.0
flutter_performance_optimizer: ^1.0.0 copied to clipboard
A powerful developer tool that automatically detects performance issues in Flutter apps and provides actionable suggestions. Identify rebuild problems, memory leaks, heavy widgets, and slow animations [...]
1.0.0 #
- ๐ Initial release
- ๐ง AI Optimization Suggestions: Integrated Gemini 1.5 Flash for deep architectural analysis
- ๐ง Automatic Fix Generator: Live code-level fixes for performance issues
- ๐บ Rebuild Heatmap: Visual overlay showing widget rebuild intensity
- ๐ Performance Timeline: Historical charts for FPS and Memory trends
- ๐ DevTools Integration: Built-in support for official Flutter DevTools extension
- ๐งช CI Performance Testing: Automated regression testing helpers and JSON reporting
- โก CPU & GPU Profiling: Real-time system load monitoring
- โ Widget rebuild detection and tracking
- โ Memory leak detection (heuristic-based)
- โ FPS and frame timing monitoring
- โ Slow animation and jank detection
- โ Widget tree depth tracking
- โ Unnecessary setState detection
- โ Performance overlay dashboard with tabs (FPS, Memory, Rebuilds, Suggestions)
- โ Performance score calculation (0-100 with letter grades)
- โ PerformanceInspector widget for targeted analysis
- โ Configuration options for all features
- โ Debug mode only by default
- โ Support for Android, iOS, Web, macOS, Windows, Linux