Flutter Project Revival: Tips For Overcoming Common Issues
Flutter project issues? Try these fixes: delete Derived data, restart computer, flutter upgrade, pod install, check Cocoapods, regenerate .g file, and move project folder outside iCloud syncing.
This list will be proactively updated We have all come across this in the Flutter world. A project is not opened for some time and it is bound to have some breaking changes. Toolkit to the rescue! Here are some tips that have helped get flutter projects up and running again. March 13th 2023 🚨 Unknown (turns out it is a pod issue) delete Derived data Open Runner File workspace settings Derived data -> delete everything inside derived data * restart computer flutter upgrade pod install? check [[Cocoapods]] - helped sudo gem install cocoapods Now there are breaking cha...