About build types By default, there are two build types available for every Android app: one for debugging your app—the debug build—and one for releasing your app to users—the release build .
Read moreHow do I run Flutter in profile mode?
However, if you want to run the app in other modes, try these commands:
Read moreWhat are the modes of Flutter?
Talk about different build modes in Flutter?
Read moreWhat is profile mode in Flutter?
Flutter’s profile mode compiles and launches your application almost identically to release mode, but with just enough additional functionality to allow debugging performance problems . For example, profile mode provides tracing information to the profiling tools.
Read more