When should utilize profile mode in flutter and what is it for?

Forums FlutterWhen should utilize profile mode in flutter and what is it for?
Staff asked 2 years ago

Answers (1)

Add Answer
Parth Marked As Accepted
Staff answered 2 years ago

When you wish to analyze performance, use profile mode. The application is compiled in profile mode in a very similar style to release mode, which is sensible because we need to know how the app will function in real-world scenarios.

This mode is supported by your IDE. For example, Android Studio has a Run > Profile… menu option. The flutter run —profile command compiles in profile mode.

Subscribe

Select Categories