Specific for Firebase/Messaging pod problem:
Go to ios folder cd ios
in your root flutter project
Then update pod repo by pod repo update
Update Firebase/Messaging by pod update Firebase/Messaging
And try to flutter run
again!
With this method, i didn't need to change my minimum deployment target.