Hash-Studios / e-learning-app

E-Learn is a beautiful open-source education app for Android. It is built with Dart on top of Google's Flutter Framework.
BSD 3-Clause "New" or "Revised" License
308 stars 108 forks source link

launch problem #5

Closed vfxbro closed 3 years ago

vfxbro commented 3 years ago

Hey!

Trying to run a project and getting errors Launching lib \ main.dart on sdk gphone x86 arm in debug mode ... Plugin project: firebase_auth_web not found. Please update settings.gradle. Plugin project: firebase_core_web not found. Please update settings.gradle. Plugin project: cloud_firestore_web not found. Please update settings.gradle. Exited (1)

I don't see any firebase connections in the settings.gradle file.

in which file do you need to specify the connection key to your firebase?

flutter version 2.2.2 - do I need to downgrade?