'How to build a release mode without a key in flutter - Flutter debug mode is so slow

Whenever I try to test my app with flutter run command it's so laggy and slow and I can't determine how is my app performance in a release mode. However for building the app in release mode for android we need to make a key for the app and it doesn't show most of the Log files and Prints.

So the question is, Is there any way to run the app in release mode format but with debug features?



Solution 1:[1]

Run this command in your terminal: flutter run --release

Thank you

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jayswal Viraj