1
I have installed the flutter for web, desktop and android. The problem happens in all platforms that I try to run a project, and it takes a long time to build the project, before it didn’t take that long and also didn’t consume all my ram memory. Is there any way to limit the memory of the flutter? Or would that be a problem in this version of Flutter? I have 8GB of RAM installed and if I let Dart building the project it ends up consuming everything and android studio to respond.
Are you using vscode? What extensions?
– rubStackOverflow
I’m using android studio only with the basic plugins "Flutter" and "Dart".
– Bernardo Sant'Anna Costa