flutter_performance_optimizer 1.0.3 copy "flutter_performance_optimizer: ^1.0.3" to clipboard
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 PerformanceOptimizer at the root of the app.
  • ๐Ÿ› ๏ธ Updated Stack widgets to use non-directional alignment to prevent crashes when Directionality is missing.
  • ๐Ÿ“ฆ Improved initialization logic to safely wrap content in a default Directionality if 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.yaml and 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
0
likes
155
points
186
downloads

Publisher

verified publisheracrocoder.com

Weekly Downloads

A powerful developer tool to detect performance issues (rebuilds, memory leaks, jank) with real-time AI-powered optimization suggestions.

Repository (GitHub)
View/report issues

Topics

#performance #debugging #developer-tools #optimization #monitoring

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_test, google_generative_ai

More

Packages that depend on flutter_performance_optimizer