Flutter – Firebase Core – Error Searching for inspections failed: undefined method `map' for nil:NilClass
I am trying to configure my Flutter app with Firebase and am having no luck just getting the app to run after adding firebase_core: ^3.1.0 Here's what has happened thus far. flutter pub add firebase_core tried launching the app and…