What are the different build modes in Flutter? Technology Community › Category: Flutter › What are the different build modes in Flutter? 0 Vote Up Vote Down VietMX Staff asked 4 years ago The Flutter tooling supports three modes when compiling your app, and a headless mode for testing. You choose a compilation mode depending on where you are in the development cycle. The modes are: – Debug – Profile – Release