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
3
likes
155
points
101
downloads

Documentation

API reference

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

License

MIT (license)

Dependencies

flutter, flutter_test, google_generative_ai

More

Packages that depend on flutter_performance_optimizer