I downloaded flutter sdk and placed it in /home/sony/flutter/bin i installed vs code and installed flutter and dart dependencies, and tried to create new project , but i saw problem "Could not find a Flutter SDK. Please ensure flutter is installed and in your PATH (you may need to restart)." i showed location of my flutter sdk throught the button LOCATE SDK in vs code (/home/sony/flutter/bin ) and vs code cannot find flutter sdk(
flutter doctor shows this thing "Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, v1.7.8+hotfix.4, on Linux, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) [!] Android Studio (version 3.4) ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. [!] IntelliJ IDEA Community Edition (version 2019.2) ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. [!] Connected device ! No devices available
Problem