DEV Community

Sayed Moataz
Sayed Moataz

Posted on

Open-sourcing a simple performance_monitor package: from 30s splash to <1s

Hey everyone πŸ‘‹

I just published a new Flutter package to help with app startup performance and debugging:

performance_monitor

  • Measure how long each init step actually takes

  • Get a nice timing report for your startup sequence

  • Add simple smart caching to avoid duplicate async calls

Install:

dependencies:
performance_monitor: ^1.0.1
Pub: https://pub.dev/packages/performance_monitor

If you’re fighting slow splash screens or mysterious startup delays, I’d love your feedback and ideas for improvements!

Top comments (0)