lite
lite copied to clipboard
cant run it getting No supported devices connected.
i have flutter 1.22 but getting below

C:\Users\kotai\AndroidStudioProjects\lite-master>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 1.22.0, on Microsoft Windows [Version 10.0.18363.1082], locale en-IL)
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
X Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Android Studio (version 4.0)
[!] IntelliJ IDEA Ultimate Edition (version 2019.3)
X Flutter plugin not installed; this adds Flutter specific functionality.
X Dart plugin not installed; this adds Dart specific functionality.
[!] Connected device
! No devices available
Try restart your terminal and then run flutter devices to see the list of available devices. You should have something similar to this.
> flutter devices
1 connected device:
Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.20201.1000]
You could have more devices if you enabled web as well.
Flutter desktop support is unavailable in stable channel currently.
Try switch to dev or master:
flutter channel dev
// or flutter channel master
See: https://flutter.dev/desktop#set-up