You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ flutter doctor --verbose[✓] Flutter (Channel stable, 3.29.0, on Arch Linux 6.13.4-arch1-1, locale en_US.UTF-8) [33ms] • Flutter version 3.29.0 on channel stable at /home/vially/.local/share/flutter-sdk • Upstream repository https://github.com/flutter/flutter.git • Framework revision 35c388afb5 (2 weeks ago), 2025-02-10 12:48:41 -0800 • Engine revision f73bfc4522 • Dart version 3.7.0 • DevTools version 2.42.2[✓] Linux toolchain - develop for Linux desktop [184ms] • clang version 19.1.7 • cmake version 3.31.6 • ninja version 1.12.1 • pkg-config version 2.3.0[!] Flutter IDE Support (No supported IDEs installed) [13ms] • IntelliJ - https://www.jetbrains.com/idea/ • Android Studio - https://developer.android.com/studio/ • VS Code - https://code.visualstudio.com/[✓] Connected device (2 available) [65ms] • Linux (desktop) • linux • linux-x64 • Arch Linux 6.13.4-arch1-1 • Linux Wayland (mobile) • linux-wayland • linux-x64 • flust (dev)[✓] Network resources [609ms] • All expected network resources are available.! Doctor found issues in 1 category.
Steps to reproduce
flutter create --platforms=linux foobarprofileorreleasemodes:flutter build bundle --profileExpected results
The
flutter build bundle --profileorflutter build bundle --releaseshould succeed.Actual results
flutter build bundle --profile/flutter build bundle --releasefails with:Code sample
This happens in a newly created project with:
flutter create --platforms=linux foobarScreenshots or Video
Screenshots / Video demonstration
flutter-build-bundle-error.mp4
Logs
Logs
Flutter Doctor output
Doctor output