ci: update Flutter to 3.38.9 in pr-build and release workflows #131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/karriba:fix-flutter-version-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The pr-build and release workflows were using Flutter 3.29.3 while flutter-ci uses 3.38.9.
This mismatch causes builds to fail because the DropdownButtonFormField API changed between versions.
Note: This must be merged before PR #128 can build successfully, since
pull_request_targetuses the workflow from main.