[!] Flutter (Channel [user-branch], 3.41.0-1.0.pre-195, on macOS 15.6.1 24G90
darwin-x64, locale en-BE) [4.4s]
! Flutter version 3.41.0-1.0.pre-195 on channel [user-branch] at
/Users/navaronbracke/Documents/flutter
Currently on an unknown channel. Run `flutter channel` to switch to an
official channel.
If that doesn't fix the issue, reinstall Flutter by following instructions
at https://flutter.dev/setup.
• Upstream repository git@github.com:navaronbracke/flutter.git
• FLUTTER_GIT_URL = git@github.com:navaronbracke/flutter.git
• Framework revision 05665874b2 (28 minutes ago), 2026-01-21 21:40:57 +0100
• Engine revision ac069ade5c
• Dart version 3.12.0 (build 3.12.0-51.0.dev)
• DevTools version 2.54.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop,
enable-windows-desktop, enable-android, enable-ios, cli-animations,
enable-native-assets, enable-swift-package-manager,
omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration,
enable-riscv64
• If those were intentional, you can disregard the above warnings; however
it is recommended to use "git" directly to perform update checks and
upgrades.
[!] Android toolchain - develop for Android devices (Android SDK version
36.1.0-rc1) [9.1s]
• Android SDK at /Users/navaronbracke/Library/Android/sdk
• Emulator version 35.5.10.0 (build_id 13402964) (CL:N/A)
• Platform android-36, build-tools 36.1.0-rc1
• ANDROID_HOME = /Users/navaronbracke/Library/Android/sdk
• Java binary at: /Applications/Android
Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on
this machine.
To manually set the JDK path, use: `flutter config
--jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.8+-14196175-b1038.72)
! Some Android licenses not accepted. To resolve this, run: flutter doctor
--android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 26.1.1) [5.9s]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17B100
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [28ms]
• CHROME_EXECUTABLE = /Applications/Google Chrome.app/Contents/MacOS/Google
Chrome
[✓] Connected device (2 available) [8.7s]
• macOS (desktop) • macos • darwin-x64 • macOS 15.6.1 24G90 darwin-x64
• Chrome (web) • chrome • web-javascript • Google Chrome 143.0.7499.194
! Error: Browsing on the local area network for iPhone van device. Ensure
the device is unlocked and attached with a cable or associated with the
same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code
-27)
[✓] Network resources [790ms]
• All expected network resources are available.
! Doctor found issues in 2 categories.
Steps to reproduce
dart --enable-asserts dev/bots/analyze.dart, which is a check that is done byLinux analyzein CILint Kotlin files...fails with an error, becausektlintis not yet installedNote: I'm not sure if ktlint is installed as part of the Flutter Engine setup (through depot-tools or similar)
Expected results
I should be able to run
dart --enable-asserts dev/bots/analyze.dartin a framework-only setup, that does not touch Flutter engine code (Kotlin in this case)In any case, the tool should:
cc @gmackall
Context: https://discord.com/channels/608014603317936148/608018585025118217/1463635553248608435
Actual results
An error is thrown:
Code sample
Code sample
[Paste your code here]Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output