Click on File in the top left corner Click on Project Structure Change Gradle Version to desired version. Took me a while to find this setting. You can see the most recent versions of Gradle here.
Author Archives: Moses Johansson
Error In Flutter: FirebaseOptions cannot be null when creating the default app.
If you have stumbled upon this error: “FirebaseOptions cannot be null when creating the default app”. From what I can tell I see that there can be a few different issues. One of them is that you are using a lower version of Flutter which have the requirement of the function of Firebase.initializeApp() to pass …
Continue reading “Error In Flutter: FirebaseOptions cannot be null when creating the default app.”