0

I install this in pubspec.yaml file in flutter and getting error firebase_storage: ^3.1.5

  • 1
    What error are you getting? Also ensure it is indented correctly inside the pubspec under dependencies – Jotcode May 23 '20 at 00:13

1 Answers1

0

Is your Pubspec.yaml file arranged in a right way. It seems your version of Firebase Storage is the latest version. Your code should look similar to this

enter image description here

Matrix
  • 59
  • 2
  • I installed firebaseStorage and firebaseAuth manually in podfile after that pod install.But still facing error to install build in simulator – SHISHIRA TYAGI May 23 '20 at 16:40