How to upload image in firebase storage 5.0.1 with flutter [duplicate]
问题 This question already has answers here : Undefined class StorageReference when using Firebase Storage (3 answers) Closed 2 months ago . Recently a new version of firebase storage just came (5.0.1). There is a lot of changes. I can't seem to upload a photo and get the download URL of the photo. Can you provide a way to do it in firebase storage 5.0.1 回答1: import 'package:firebase_storage/firebase_storage.dart' as firebase_storage; for uploading file Future<void> uploadFile(String filePath)