performance_monitor 1.1.0 copy "performance_monitor: ^1.1.0" to clipboard
performance_monitor: ^1.1.0 copied to clipboard

A Flutter package for lightweight performance monitoring with optional smart caching to optimize app startup time.

Changelog #

1.1.0 - 2025-12-10 #

  • Simplified internal cache implementation using Future-based storage.
  • Improved example app to demonstrate timing vs optional caching.
  • Updated README to clarify responsibilities (monitor only vs cache layer).

1.0.1 - 2025-12-04 #

  • Fix pub points verification
  • Updated dev dependencies

1.0.0 - 2025-12-04 #

  • Initial release of Flutter Performance Monitor & Cache Service
  • Smart caching with deduplication (prevents duplicate API calls)
  • Detailed performance timing with percentage breakdown
  • Startup optimization: Essential vs Background services
  • SOLID principles applied throughout
  • Zero dependencies, production-ready
  • Comprehensive documentation & examples

0.1.0-dev (Internal) #

  • Prototype development
  • Basic timing & caching implementation
15
likes
0
points
357
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for lightweight performance monitoring with optional smart caching to optimize app startup time.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on performance_monitor