flutter_performance_optimizer 1.0.3
flutter_performance_optimizer: ^1.0.3 copied to clipboard
A powerful developer tool to detect performance issues (rebuilds, memory leaks, jank) with real-time AI-powered optimization suggestions.
1.0.2 #
- π§ Fixed "No Directionality widget found" error when using
PerformanceOptimizerat the root of the app. - π οΈ Updated
Stackwidgets to use non-directional alignment to prevent crashes whenDirectionalityis missing. - π¦ Improved initialization logic to safely wrap content in a default
Directionalityif none is provided.
1.0.1 #
- π Project alignment with the correct GitHub repository
- π Security: Removed hardcoded API keys in example app and README
- π§ Fixed repository URLs in
pubspec.yamland DevTools extension
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