Undefined class 'StorageReference'. while uploading image in firebase using flutter

Viewed 1519

enter image description here

**Undefined class 'StorageReference'. while uploading image in firebase using flutter **

Undefined class 'StorageReference'. while uploading image in firebase using flutter

enter image description here

1 Answers

According to this changelog, StorageReference has been renamed to Reference since 5.0.0-dev.1

Perform the change accordingly, also go through the changelog as there are some other breaking changes as well

Related