Friday, January 31, 2020

Update Flutter project to new Flutter version

For IOS:

- Go to terminal
- type => cd ios
- type => rm -rf Podfile.lock Podfile Pods
- cd ..
- flutter clean