Flutter: "No supported devices connected" - Linux Device Detected but Not Supported

I’m encountering an issue running my Flutter project. When I run flutter run, I get the following output repeatedly:


The following devices were found, but are not supported by this project:
Linux (desktop) • linux • linux-x64 • IDX GNU/Linux 6.6.72+
If you would like your app to run on linux, consider running `flutter create .` to generate projects for these platforms.

Did you create this project using our template, or did you open an existing one?

created ut from scratch