-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
r: timeoutIssue is closed due to author not providing the requested details in timeIssue is closed due to author not providing the requested details in time
Description
Steps to reproduce
🐛 Bug Report
Summary
After upgrading Flutter from 3.29.0 to 3.32.5, running flutter run no longer reflects the latest code changes in my app. This happens consistently, even after cleaning the project and trying multiple times.
Steps to Reproduce
- Was previously on
Flutter 3.29.0 - Upgraded using:
flutter channel stable flutter upgrade
- Verified version with:
flutter --version
- Made code changes in a Flutter project
- Ran:
flutter run
- Observed that old code was still being executed
Tried the following workarounds
- Ran
flutter runmultiple times → Still runs old code - Ran
flutter cleanthenflutter pub get→ Still no effect - Restarted IDE & emulator/device → Same behavior
- Ensured hot reload was not the issue → Even full rebuild doesn’t reflect new code
Expected results
Expected Results
flutter run should rebuild the latest code and reflect the current state of the project.
Actual results
Actual Behavior
App runs with stale code from a previous build, despite project modifications.
Environment
- OS: Windows 11
- Flutter version: 3.32.5 (stable)
- Editor: VS Code
- Target: Android (real device)
- Flutter installed at:
C:\flutter
elkhalifte
Metadata
Metadata
Assignees
Labels
r: timeoutIssue is closed due to author not providing the requested details in timeIssue is closed due to author not providing the requested details in time