Build failure on Flutter SDK / Fedora 42
- Dominant language
- C
- Stars
- 221
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I'm trying to build the project on a modern Linux system, but the build process fails consistently. I believe the project may be incompatible with recent versions of the Flutter SDK.
**My Environment:**
* OS: Fedora 42 (Workstation Edition)
* Flutter Version: 3.32.2
**Steps Taken:**
1. Installed all required system dependencies: `sudo dnf install git make gcc gcc-c++ gtk3-devel polkit-devel libappindicator-gtk3-devel libsecret-devel`
2. Ran `flutter pub add intl:^0.20.2` to resolve the initial dependency conflict.
3. Ran `flutter clean` to ensure a clean state.
4. Ran `flutter pub get` successfully.
5. Ran `flutter build linux --release`.
**Error:**
The build fails with the error "Couldn't resolve the package 'flutter_gen'". I am attaching the full build log below.
[logs.txt](https://github.com/user-attachments/files/20640745/logs.txt)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.