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