Descobri o que era, na própria documentação oficial eles pedem para não guardar o flutter na pasta C:\Program Files
já que precisa de privilégios especiais. Após o comando flutter doctor -v
:
`
Running "flutter pub get" in flutter_tools... 7,7s
[√] Flutter (Channel stable, 2.5.3, on Microsoft Windows [versão
10.0.19042.1288], locale pt-BR)
• Flutter version 2.5.3 at C:\src\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 18116933e7 (2 weeks ago), 2021-10-15 10:46:35
-0700
• Engine revision d3ea636dc5
• Dart version 2.14.4
[X] Android toolchain - develop for Android devices
X Unable to locate Android SDK.
Install Android Studio from:
https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK
components.
(or visit
https://flutter.dev/docs/get-started/install/windows#android-setup
for detailed instructions).
If the Android SDK has been installed to a custom location, please
use
flutter config --android-sdk
to update to that location.
[√] Chrome - develop for the web
• Chrome at C:\Program Files
(x86)\Google\Chrome\Application\chrome.exe
[!] Android Studio (not installed)
• Android Studio not found; download from
https://developer.android.com/studio/index.html
(or visit
https://flutter.dev/docs/get-started/install/windows#android-setup
for detailed instructions).
[√] IntelliJ IDEA Community Edition (version 2021.2)
• IntelliJ at D:\Arquivos e Programas\JetBrains\IntelliJ IDEA
Community Edition 2021.2.3
• Flutter plugin can be installed from:
https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
https://plugins.jetbrains.com/plugin/6351-dart
[√] Connected device (2 available)
• Chrome (web) • chrome • web-javascript • Google Chrome 95.0.4638.69 • Edge (web) • edge • web-javascript • Microsoft Edge 94.0.992.38
! Doctor found issues in 2 categories.
`
Obrigado.