Flutter extremely slow on linux

611 views Asked by At

Flutter application is extremely slow on linux. The performance tab shows 15fps and it never goes beyond that. I was unable to find any explanation or possible solution for this issue. Any suggestions?

clang version 10.0.0-4ubuntu1/ cmake version 3.16.3/ ninja version 1.10.0/ pkg-config version 0.29.1/ OS : Fedora Linux

1

There are 1 answers

1
aminbhst On BEST ANSWER

For anyone potentially running into the same problem, this was either an issue with my OS or my flutter SDK. I initially installed the SDK using snap but after reinstalling my OS I installed it by cloning the github repo and setting the path variable etc... (the way explained in the official website) and the issue was resolved.