-
Notifications
You must be signed in to change notification settings - Fork 4k
Firebase Analytics Flutter Example doesn't work #3115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Dersh, I cloned the |
I've run into a similar problem. I went to
|
I made a new issue, with the same contents as @sudiptachatterjee at #3300 |
Closing in favor of #3300.
This seems to indicate an issue outside of this library also. |
Describe the bug
I have downloaded Flutter Example but failed to build it.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pubs should be updated, the project should build without errors
Flutter doctor
Run
flutter doctor
and paste the output below:Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 1.20.0, on Mac OS X 10.15.5 19F101, locale ru-RU)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 11.6)
[✓] Android Studio (version 4.0)
[✓] VS Code (version 1.47.3)
[✓] Connected device (4 available)
I met 2 issues
#1
[i] flutter pub get
Running "flutter pub get" in i...
Could not find a file named "pubspec.yaml" in "/Users/user/Desktop/cm".
pub get failed (66; Could not find a file named "pubspec.yaml" in "/Users/user/Desktop/cm".)
exit code 66
#2 in main.dart
Undefined name 'Firebase'.
Try correcting the name to one that is defined, or defining the name.dartundefined_identifier
The text was updated successfully, but these errors were encountered: