flutter application not running when cloud_firebase is added in project and cloud_firebase is not found on pub.dev

Viewed 27

Cloud_firebase is not found on the pub.dev website i want to know that is it removed or changed

issues when i try to add it to project : i added the cloud_firebase to project now my flutter application is not running running gradle assemble debug is taking hours and at end it gives following error``

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\Taimoor Khan\Flutter Projects\mynotes\android\app\build.gradle' line: 50

* What went wrong:
Could not compile build file 'C:\Users\Taimoor Khan\Flutter Projects\mynotes\android\app\build.gradle'.
> startup failed:
  build file 'C:\Users\Taimoor Khan\Flutter Projects\mynotes\android\app\build.gradle': 50: Unexpected character: '�' @ line 50, column 51.
     n localProperties.getProperty(�flutter.m
                                   ^

  1 error


* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 6s
Exception: Gradle task assembleDebug failed with exit code 1
0 Answers
Related