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