Follow this: https://flutter.dev/docs/get-started/install/linux
Enable USB debugging.
sudo apt install adb
use flutter devices
to check if your device is connected. If it says insuffieicient permission, use the following command
flutter config --android-sdk ~/apps/sdk
flutter doctor --android-licenses
After that flutter doctor
should show that connected device details.