flutter doctor -v
[✓] Flutter (Channel stable, 3.41.4, on Ubuntu 25.10 6.17.0-14-generic, locale en_US.UTF-8) [93ms]
• Flutter version 3.41.4 on channel stable at /home/dev1/development/flutter/flutter-sdk/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ff37bef603 (6 days ago), 2026-03-03 16:03:22 -0800
• Engine revision e4b8dca3f1
• Dart version 3.11.1
• DevTools version 2.54.1
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations,
enable-native-assets, omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration
[✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0-rc1) [3.7s]
• Android SDK at /home/dev1/Android/Sdk
• Emulator version 36.4.9.0 (build_id 14788078) (CL:N/A)
• Platform android-36, build-tools 36.1.0-rc1
• Java binary at: /snap/android-studio/209/jbr/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.7+-13880790-b1038.58)
• All Android licenses accepted.
[✓] Chrome - develop for the web [15ms]
• CHROME_EXECUTABLE = /snap/bin/chromium
[✓] Linux toolchain - develop for Linux desktop [1,036ms]
• Ubuntu clang version 20.1.8 (0ubuntu4)
• cmake version 3.31.6
• ninja version 1.12.1
• pkg-config version 1.8.1
[✓] Connected device (2 available) [286ms]
• Linux (desktop) • linux • linux-x64 • Ubuntu 25.10 6.17.0-14-generic
• Chrome (web) • chrome • web-javascript • Chromium 145.0.7632.116 snap
[✓] Network resources [544ms]
• All expected network resources are available.
• No issues found!
What package does this bug report belong to?
pigeon
What target platforms are you seeing this bug on?
Android
Have you already upgraded your packages?
Yes
Dependency versions
pubspec.lock
Steps to reproduce
1- Have drift and drift_dev package in the same project as pigeon
Expected results
Be able to update to the latest drift version
Actual results
Code sample
Code sample
Screenshots or Videos
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
and if we increase dependency to analyzer ^10.0.0
Flutter Doctor output
Doctor output