I don't use Flutter, but I had the same error. In my case I had to update the Firebase pod from 10.25.0 to 11.11.0 with command pod update Firebase. After that my project build and run without any errors.
pod update Firebase
enter image description here