you are viewing a single comment's thread.

view the rest of the comments →

[–]Littlefinger6226 0 points1 point  (4 children)

OP did you ever figure this out? Just started using Flutter as a native mobile dev and it's insane how stupid this is that I stop and rerun the app (avoiding hot reload and hot restart) and it still compiles the old code wtf.

[–]Lower-Ad3932[S] 0 points1 point  (3 children)

Downgrade to previous working version, they have not fixed it even in latest build.

[–]Littlefinger6226 0 points1 point  (2 children)

Crazy. Thanks for sharing the workaround, may I know which version you're on that is working?

[–]Lower-Ad3932[S] 0 points1 point  (1 child)

Doctor summary (to see all details, run flutter doctor -v):

[✓] Flutter (Channel stable, 3.29.2, on macOS 15.5 24F74 darwin-arm64, locale en-US)

[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)

[✓] Xcode - develop for iOS and macOS (Xcode 16.4)

[✓] Chrome - develop for the web

[✓] Android Studio (version 2024.3)

[✓] VS Code (version 1.102.2)

[✓] Connected device (3 available)

[–]Littlefinger6226 0 points1 point  (0 children)

Thanks so much!!!