1 min readMay 14, 2019
Hey,
in the footer of my story there is this reference:
[1] To enable Build phase profiling in the timeline, enable debugProfileBuildsEnabled flag in your Flutter
main
method
just do:
void main() {
debugProfileBuildsEnabled = true;
runApp(...);
}