Now that you mention it, 'Flow Analyzer' might not be the best name. Got any suggestions?
Thanks for sharing your thoughts, really appreciate it!
Now that you mention it, 'Flow Analyzer' might not be the best name. Got any suggestions?
Thanks for sharing your thoughts, really appreciate it!
Yeah, it’s a Stopwatch replacement for when you want to measure and print how long some code takes to run. The difference is you don’t need to pass around a Stopwatch instance across files/classes - just call it, and it tracks everything. Plus, it gives you a (hopefully nice 😅) formatted output.
This is one of my first public packages, so I'd love to hear your thoughts! Feedback is always welcome😄
Last month I spent a few hours building 'flow_analyzer', a Dart package to track & measure execution flows. ⚡️
It helps optimize your app by monitoring nested operations & spotting bottlenecks.
Check it out on pub: pub.dev/packages/flo...
#flutter #flutterdev #dartlang #buildinginpublic
That is really cool!!
Thanks m, but after countless hours I think I finally found it🥳
In the coming days I’m gonna publish it
Thanks for sharing!
Naming an app is harder than coding it. Seriously.
#flutter #flutterdev #buildinpublic