I have the latest version of firebase core (firebase_core: ^1.7.0). I just installed version 2.5.1 of flutter and got this runtime error on iOS:
No implementation found for method Firebase#initializeCore on channel plugins.flutter.io/firebase_core
This works on a previous version of flutter and runs fine on android. I have tried all tricks like flutter clean, pod install etc.
Any suggestions?