flutter build web is building the last (and first) time I used it, ignoring the many changes I've made over the last few weeks.
This issue has already been described here:
My Flutter version is the latest, 2.10.4. And you can reproduce this issue by pulling this project, from this commit (72600d7).
I was able to solve the problem, even though it was far from ideal. Basically, I used the recommendations in this comment, creating a new Flutter repo and then copying everything I currently have on top of it.
flutter build webis building the last (and first) time I used it, ignoring the many changes I've made over the last few weeks.This issue has already been described here:
flutter build webcommand only building master branch in project repo #78912My Flutter version is the latest, 2.10.4. And you can reproduce this issue by pulling this project, from this commit (
72600d7).I was able to solve the problem, even though it was far from ideal. Basically, I used the recommendations in this comment, creating a new Flutter repo and then copying everything I currently have on top of it.