Flutter logs
uses-sdk:minSdkVersion 19 cannot be smaller than version 21
File location: - ....\flutter\packages\flutter_tools\gradle\src\main\groovy\flutter.groovy Replace this text "static int minSdkVersion = 16" with "static int minSdkVersion = 21" ...
Cmdline-tools component is missing
ivan@ivan-pk:~$ flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.2, on Ubuntu 22.04.1 LTS 6.5.0-21-generic, locale ru_RU.UTF-8) [!] And...
Chrome - develop for the web (Cannot find Chrome executable at google-chrome)
ivan@ivan-pk:/usr/bin$ flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.2, on Ubuntu 22.04.1 LTS 6.5.0-21-generic, locale ru_RU.UTF-8) ...