flutter doctor -v
[✓] Flutter (Channel stable, 3.41.2, on Ubuntu 24.04.4 LTS 6.17.0-14-generic, locale en_US.UTF-8) [75ms]
• Flutter version 3.41.2 on channel stable at /home/nidal/fvm/versions/3.41.2
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 90673a4eef (11 days ago), 2026-02-18 13:54:59 -0800
• Engine revision 6c0baaebf7
• Dart version 3.11.0
• 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) [5.5s]
• Android SDK at /home/nidal/Android/Sdk
• Emulator version 36.3.10.0 (build_id 14472402) (CL:N/A)
• Platform android-36, build-tools 36.1.0
• Java binary at: /home/nidal/program_files/android-studio/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.8+-14196175-b1038.72)
• All Android licenses accepted.
[✗] Chrome - develop for the web (Cannot find Chrome executable at google-chrome) [22ms]
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Linux toolchain - develop for Linux desktop [559ms]
• Ubuntu clang version 18.1.3 (1ubuntu1)
• cmake version 3.28.3
• ninja version 1.11.1
• pkg-config version 1.8.1
! Unable to access driver information using 'eglinfo'.
It is likely available from your distribution (e.g.: apt install mesa-utils)
[✓] Connected device (2 available) [377ms]
• 24117RN76G (mobile) • 192.168.2.100:5555 • android-arm64 • Android 15 (API 35)
• Linux (desktop) • linux • linux-x64 • Ubuntu 24.04.4 LTS 6.17.0-14-generic
[✓] Network resources [960ms]
• All expected network resources are available.
! Doctor found issues in 1 category.
What package does this bug report belong to?
google_maps_flutter
What target platforms are you seeing this bug on?
Android
Have you already upgraded your packages?
Yes
Dependency versions
For some reason, the details tag is breaking the ``` lock code. So I get it out
pubspec.lock
Steps to reproduce
Expected results
The Google map to show
Actual results
The app will crash with the error
Code sample
Code sample
Screenshots or Videos
Screenshots / Video demonstration
WhatsApp.Video.2026-03-01.at.4.57.04.PM.mp4
Logs
Logs
log.txt
Flutter Doctor output
Doctor output