Is there any way to check CPU usage within flutter, so I could output to a widget, rather than the debugger/profiler ? (even better if there are other resource stats as well)?
There are a couple of reasons behind this, one is I have an app that crashes, and I'm trying to isolate it (the IDE profiling doesn't work in this case, and typically the device also crashes when monitored), but also in the app itself, if it's already busy, I'd like to back off from performing certain tasks.