What are the different build modes in Flutter?
The Flutter tooling supports three modes while compiling the application. These compilation modes can be chosen by depending on where we are in the development cycle. The name of the modes are:
- Debug
- Profile
- Release